commit bash-20110211 snapshot

This commit is contained in:
Chet Ramey
2011-12-29 13:03:44 -05:00
parent 8d4634252f
commit e192f34170
74 changed files with 60692 additions and 2195 deletions
+3
View File
@@ -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