diff options
author | Chet Ramey <chet.ramey@case.edu> | 2011-12-03 22:43:25 -0500 |
---|---|---|
committer | Chet Ramey <chet.ramey@case.edu> | 2011-12-03 22:43:25 -0500 |
commit | dc8fbaf9a166e0d0aefbde426ad66bfcdeabb931 (patch) | |
tree | bf497181a5a2af5b6775e3376916c64b060f7592 /lib/readline/vi_mode.c | |
parent | 5e4a95c7941a9e29b0bacb752c4e4a50c1385bbd (diff) | |
download | bash-dc8fbaf9a166e0d0aefbde426ad66bfcdeabb931.tar.gz |
commit bash-20051222 snapshot
Diffstat (limited to 'lib/readline/vi_mode.c')
-rw-r--r-- | lib/readline/vi_mode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/readline/vi_mode.c b/lib/readline/vi_mode.c index ac5fd744..3914c675 100644 --- a/lib/readline/vi_mode.c +++ b/lib/readline/vi_mode.c @@ -1111,7 +1111,7 @@ int rl_vi_rubout (count, key) int count, key; { - int p, opoint; + int opoint; if (count < 0) return (rl_vi_delete (-count, key)); |