Bash-4.3 patch 4
This commit is contained in:
parent
1233ce5a41
commit
84fc3e272f
3 changed files with 1366 additions and 2 deletions
|
@ -965,7 +965,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_key_sequence_length == 1 && /* XXX */
|
||||
_rl_dispatching_keymap == vi_movement_keymap &&
|
||||
_rl_vi_textmod_command (key))
|
||||
_rl_vi_set_last (key, rl_numeric_arg, rl_arg_sign);
|
||||
#endif
|
||||
|
|
1364
lib/readline/readline.c.orig
Normal file
1364
lib/readline/readline.c.orig
Normal file
File diff suppressed because it is too large
Load diff
|
@ -25,6 +25,6 @@
|
|||
regexp `^#define[ ]*PATCHLEVEL', since that's what support/mkversion.sh
|
||||
looks for to find the patch level (for the sccs version string). */
|
||||
|
||||
#define PATCHLEVEL 3
|
||||
#define PATCHLEVEL 4
|
||||
|
||||
#endif /* _PATCHLEVEL_H_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue