diff options
author | Simon Ruderich <simon@ruderich.org> | 2010-10-01 14:42:47 +0000 |
---|---|---|
committer | Simon Ruderich <simon@ruderich.org> | 2010-10-01 14:42:47 +0000 |
commit | 7d33687c838f138e7462016386410df8574fb67b (patch) | |
tree | e608ac7155b8439bc8ceeb71bc3a41987043e207 | |
parent | vim_mode: Store repeatable "movements" in hash. (diff) | |
download | irssi-scripts-7d33687c838f138e7462016386410df8574fb67b.tar.gz irssi-scripts-7d33687c838f138e7462016386410df8574fb67b.zip |
vim_mode: " is not repeatable.
-rw-r--r-- | vim-mode/vim_mode.pl | 1 |
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, |