mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-01 04:41:14 -03:00
removed some string_buffer
This commit is contained in:
8
kill.h
8
kill.h
@@ -12,13 +12,11 @@
|
||||
/**
|
||||
Replace the specified string in the killring
|
||||
*/
|
||||
void kill_replace( wchar_t *old, wchar_t *newv );
|
||||
void kill_replace( const wcstring &old, const wcstring &newv );
|
||||
|
||||
|
||||
/**
|
||||
Add a string to the top of the killring
|
||||
*/
|
||||
void kill_add( wchar_t *str );
|
||||
/** Add a string to the top of the killring */
|
||||
void kill_add( const wcstring &str );
|
||||
/**
|
||||
Rotate the killring
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user