aboutsummaryrefslogtreecommitdiffstats
path: root/vim-mode
diff options
context:
space:
mode:
authorSimon Ruderich <simon@ruderich.org>2010-10-04 15:16:53 +0000
committerSimon Ruderich <simon@ruderich.org>2010-10-04 15:21:47 +0000
commite79619c5e880d06f16c16d08c3c4920abbb91a42 (patch)
treecf987da2c14f96ef1ad758a1949b4c28ffbfa3d8 /vim-mode
parentvim_mode: Prevent j and k with operator. (diff)
downloadirssi-scripts-e79619c5e880d06f16c16d08c3c4920abbb91a42.tar.gz
irssi-scripts-e79619c5e880d06f16c16d08c3c4920abbb91a42.zip
vim_mode: Describe irssi requirements.
Diffstat (limited to '')
-rw-r--r--vim-mode/vim_mode.pl14
1 files changed, 14 insertions, 0 deletions
diff --git a/vim-mode/vim_mode.pl b/vim-mode/vim_mode.pl
index 3d31b95..bedf53a 100644
--- a/vim-mode/vim_mode.pl
+++ b/vim-mode/vim_mode.pl
@@ -1,5 +1,10 @@
# A script to emulate some of the vi(m) features for the Irssi inputline.
#
+# It should work fine with at least 0.8.12 and later versions. However some
+# features are disabled in older versions (see below for details). Perl >=
+# 5.8.1 is recommended for UTF-8 support (which can be disabled if necessary).
+# Please report bugs in older versions as well, we'll try to fix them.
+#
# NOTE: This script is still under heavy development, and there may be bugs.
# Please submit reproducible sequences to the bug-tracker at:
# http://github.com/shabble/irssi-scripts/issues
@@ -100,6 +105,15 @@
# prompt_info.pl script.
#
#
+# Irssi requirements:
+#
+# 0.8.12 and above should work fine. However the following features are
+# disabled in irssi < 0.8.13:
+#
+# * j k (only with count, they work fine without count in older versions)
+# * gg G
+#
+#
# Known bugs:
#
# * count before register doesn't work: e.g. 3"ap doesn't work, but "a3p does