aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Ruderich <simon@ruderich.org>2010-10-04 21:23:55 +0000
committerSimon Ruderich <simon@ruderich.org>2010-10-06 23:22:20 +0000
commit5378fbcc55dc94c81f504a8033c9e262fbd16088 (patch)
treef657281abdb3b5435d7b7d6f7888d54dfd4424f1
parentback to stty parsing, with linux and osx cases. Falls back to 80x24 if it (diff)
downloadirssi-scripts-5378fbcc55dc94c81f504a8033c9e262fbd16088.tar.gz
irssi-scripts-5378fbcc55dc94c81f504a8033c9e262fbd16088.zip
vim_mode: Remove outdated TODO.
-rw-r--r--vim-mode/vim_mode.pl3
1 files changed, 0 insertions, 3 deletions
diff --git a/vim-mode/vim_mode.pl b/vim-mode/vim_mode.pl
index 3631a1d..c141114 100644
--- a/vim-mode/vim_mode.pl
+++ b/vim-mode/vim_mode.pl
@@ -2139,6 +2139,3 @@ sub _warn {
print '%_vim_mode: ', $warning, '%_';
}
-
-# TODO:
-# 10gg -> go to window 10 (prefix.gg -> win <prefix>)