updated all base packages
[hdw-linux/hdw-linux.git] / packages / base / bash / vi_repeat.patch
diff --git a/packages/base/bash/vi_repeat.patch b/packages/base/bash/vi_repeat.patch
deleted file mode 100644 (file)
index 25abb06..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-                            BASH PATCH REPORT
-                            =================
-
-Bash-Release: 2.05b
-Patch-ID: bash205b-002
-
-Bug-Reported-by:  rwhron@earthlink.net
-Bug-Reference-ID: <20020724000454.GA15210@rushmore> (bug-bash)
-Bug-Reference-URL: http://mail.gnu.org/pipermail/bug-bash/2002-July/004856.html
-
-Bug-Description:
-
-Repeating an edit in vi-mode with `.' does not work.
-
-Patch:
-
-*** ./lib/readline/readline.c  Wed Mar 13 17:10:46 2002
---- ./lib/readline/readline.c  Tue Jul 30 17:46:44 2002
-***************
-*** 685,688 ****
---- 685,689 ----
-  #if defined (VI_MODE)
-    if (rl_editing_mode == vi_mode && _rl_keymap == vi_movement_keymap &&
-+       key != ANYOTHERKEY &&
-        _rl_vi_textmod_command (key))
-      _rl_vi_set_last (key, rl_numeric_arg, rl_arg_sign);
-