aboutsummaryrefslogtreecommitdiffstats
path: root/vim-mode
diff options
context:
space:
mode:
authorSimon Ruderich <simon@ruderich.org>2010-10-08 18:33:00 +0000
committerSimon Ruderich <simon@ruderich.org>2010-10-08 18:33:00 +0000
commit666df44d96c515520936e4af35c87dd15cfc718c (patch)
treeb882b372471a9aadf055f02a8ad492addf50d56d /vim-mode
parentvim_mode: Minor source comment fixes. (diff)
downloadirssi-scripts-666df44d96c515520936e4af35c87dd15cfc718c.tar.gz
irssi-scripts-666df44d96c515520936e4af35c87dd15cfc718c.zip
vim_mode: Document :s///.
Diffstat (limited to 'vim-mode')
-rw-r--r--vim-mode/vim_mode.pl4
1 files changed, 4 insertions, 0 deletions
diff --git a/vim-mode/vim_mode.pl b/vim-mode/vim_mode.pl
index 2ad0154..9dab0aa 100644
--- a/vim-mode/vim_mode.pl
+++ b/vim-mode/vim_mode.pl
@@ -73,6 +73,10 @@
# {file} not supported
# * Mappings: :map - display custom mappings
# :map {lhs} {rhs} - add mapping
+# * Substitute: :s/// - i and g are supported as flags, only /// can be
+# used as separator, uses Perl regex instead of
+# Vim regex
+#
#
# Mappings:
#