diff options
author | Simon Ruderich <simon@ruderich.org> | 2010-10-07 02:19:01 +0000 |
---|---|---|
committer | Simon Ruderich <simon@ruderich.org> | 2010-10-07 02:19:01 +0000 |
commit | 3e129bab4162fc6a00bcd0f0149b4dcca46504bd (patch) | |
tree | 3947a06391c6e9bd1fd5b4d8c4e5c41c7b556b7e /vim-mode | |
parent | vim_mode: Add :bnext, :bprev and :bdelete. (diff) | |
download | irssi-scripts-3e129bab4162fc6a00bcd0f0149b4dcca46504bd.tar.gz irssi-scripts-3e129bab4162fc6a00bcd0f0149b4dcca46504bd.zip |
vim_mode: Fix minor typo.
Diffstat (limited to '')
-rw-r--r-- | vim-mode/vim_mode.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vim-mode/vim_mode.pl b/vim-mode/vim_mode.pl index 28ceaf7..302100e 100644 --- a/vim-mode/vim_mode.pl +++ b/vim-mode/vim_mode.pl @@ -1485,7 +1485,7 @@ sub ex_registers { } } } else { - _warn_ex(':reigsters'); + _warn_ex(':registers'); } } |