mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-22 03:51:15 -03:00
reader_replace_current_token can be made static
This commit is contained in:
@@ -2162,7 +2162,7 @@ static void set_command_line_and_position(const wcstring &new_str, size_t pos)
|
||||
reader_repaint();
|
||||
}
|
||||
|
||||
void reader_replace_current_token(const wchar_t *new_token)
|
||||
static void reader_replace_current_token(const wchar_t *new_token)
|
||||
{
|
||||
|
||||
const wchar_t *begin, *end;
|
||||
|
||||
Reference in New Issue
Block a user