Bash-4.2 patch 2
This commit is contained in:
parent
49ed961bb0
commit
23c597e509
3 changed files with 5 additions and 2 deletions
|
@ -148,6 +148,9 @@ rl_callback_read_char ()
|
|||
eof = _rl_vi_domove_callback (_rl_vimvcxt);
|
||||
/* Should handle everything, including cleanup, numeric arguments,
|
||||
and turning off RL_STATE_VIMOTION */
|
||||
if (RL_ISSTATE (RL_STATE_NUMERICARG) == 0)
|
||||
_rl_internal_char_cleanup ();
|
||||
|
||||
return;
|
||||
}
|
||||
#endif
|
||||
|
|
|
@ -1114,7 +1114,7 @@ rl_domove_read_callback (m)
|
|||
rl_beg_of_line (1, c);
|
||||
_rl_vi_last_motion = c;
|
||||
RL_UNSETSTATE (RL_STATE_VIMOTION);
|
||||
return (0);
|
||||
return (vidomove_dispatch (m));
|
||||
}
|
||||
#if defined (READLINE_CALLBACKS)
|
||||
/* XXX - these need to handle rl_universal_argument bindings */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue