mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-18 12:01:16 -03:00
Remove vi_arg_digit and vi_delete_to
They don't do anything anymore.
This commit is contained in:
@@ -1065,8 +1065,6 @@ static bool command_ends_paging(readline_cmd_t c, bool focused_on_search_field)
|
||||
case rl::upcase_word:
|
||||
case rl::downcase_word:
|
||||
case rl::capitalize_word:
|
||||
case rl::vi_arg_digit:
|
||||
case rl::vi_delete_to:
|
||||
case rl::beginning_of_buffer:
|
||||
case rl::end_of_buffer:
|
||||
// These commands operate on the search field if that's where the focus is.
|
||||
@@ -3192,11 +3190,6 @@ void reader_data_t::handle_readline_command(readline_cmd_t c, readline_loop_stat
|
||||
case rl::func_and: {
|
||||
DIE("self-insert should have been handled by inputter_t::readch");
|
||||
}
|
||||
case rl::vi_arg_digit:
|
||||
case rl::vi_delete_to: {
|
||||
// TODO: what needs to happen with these?
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user