Readline 5.1 import for HEAD.
[deliverable/binutils-gdb.git] / readline / vi_keymap.c
index 53a67c674ce0c1fa90e3cc28d593d0b036a833cb..4b48c75cc5dbf3847dc7e614db020b63554a405d 100644 (file)
@@ -130,7 +130,7 @@ KEYMAP_ENTRY_ARRAY vi_movement_keymap = {
   { ISFUNC, rl_revert_line },                  /* U */
   { ISFUNC, (rl_command_func_t *)0x0 },                /* V */
   { ISFUNC, rl_vi_next_word },                 /* W */
-  { ISFUNC, rl_rubout },                       /* X */
+  { ISFUNC, rl_vi_rubout },                    /* X */
   { ISFUNC, rl_vi_yank_to },                   /* Y */
   { ISFUNC, (rl_command_func_t *)0x0 },                /* Z */
 
This page took 0.02254 seconds and 4 git commands to generate.