aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Ruderich <simon@ruderich.org>2010-10-01 14:42:47 +0000
committerSimon Ruderich <simon@ruderich.org>2010-10-01 14:42:47 +0000
commit7d33687c838f138e7462016386410df8574fb67b (patch)
treee608ac7155b8439bc8ceeb71bc3a41987043e207
parentvim_mode: Store repeatable "movements" in hash. (diff)
downloadirssi-scripts-7d33687c838f138e7462016386410df8574fb67b.tar.gz
irssi-scripts-7d33687c838f138e7462016386410df8574fb67b.zip
vim_mode: " is not repeatable.
-rw-r--r--vim-mode/vim_mode.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/vim-mode/vim_mode.pl b/vim-mode/vim_mode.pl
index 487779d..52129c0 100644
--- a/vim-mode/vim_mode.pl
+++ b/vim-mode/vim_mode.pl
@@ -348,7 +348,6 @@ my $movements_repeatable
'C' => undef,
'D' => undef,
'~' => undef,
- '"' => undef,
'i' => undef,
'a' => undef,
'I' => undef,