source:
patches/readline-6.2-branch_update-1.patch@
193eb68
Last change on this file since 193eb68 was d116d7e, checked in by , 14 years ago | |
---|---|
|
|
File size: 1.1 KB |
-
readline-6.2
Submitted By: Joe Ciccone <jciccone@gmail.com> Date: 2011-04-16 Initial Package Version: 6.2 Origin: Upstream Upstream Status: From Upstream Description: Contains all upstream patches up to 6.2-001 diff -Naur readline-6.2.orig/callback.c readline-6.2/callback.c
old new 148 148 eof = _rl_vi_domove_callback (_rl_vimvcxt); 149 149 /* Should handle everything, including cleanup, numeric arguments, 150 150 and turning off RL_STATE_VIMOTION */ 151 if (RL_ISSTATE (RL_STATE_NUMERICARG) == 0) 152 _rl_internal_char_cleanup (); 153 151 154 return; 152 155 } 153 156 #endif -
readline-6.2
diff -Naur readline-6.2.orig/vi_mode.c readline-6.2/vi_mode.c
old new 1114 1114 rl_beg_of_line (1, c); 1115 1115 _rl_vi_last_motion = c; 1116 1116 RL_UNSETSTATE (RL_STATE_VIMOTION); 1117 return ( 0);1117 return (vidomove_dispatch (m)); 1118 1118 } 1119 1119 #if defined (READLINE_CALLBACKS) 1120 1120 /* XXX - these need to handle rl_universal_argument bindings */
Note:
See TracBrowser
for help on using the repository browser.