patch bash205b-002 :
Repeating an edit in vi-mode with '.' does not work Tested. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8433 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
18c94e1dd0
commit
832decbd0e
@ -684,6 +684,7 @@ _rl_dispatch_subseq (key, map, got_subseq)
|
||||
}
|
||||
#if defined (VI_MODE)
|
||||
if (rl_editing_mode == vi_mode && _rl_keymap == vi_movement_keymap &&
|
||||
key != ANYOTHERKEY &&
|
||||
_rl_vi_textmod_command (key))
|
||||
_rl_vi_set_last (key, rl_numeric_arg, rl_arg_sign);
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user