diff options
author | Simon Ruderich <simon@ruderich.org> | 2010-10-08 18:33:00 +0000 |
---|---|---|
committer | Simon Ruderich <simon@ruderich.org> | 2010-10-08 18:33:00 +0000 |
commit | 666df44d96c515520936e4af35c87dd15cfc718c (patch) | |
tree | b882b372471a9aadf055f02a8ad492addf50d56d /vim-mode/vim_mode.pl | |
parent | vim_mode: Minor source comment fixes. (diff) | |
download | irssi-scripts-666df44d96c515520936e4af35c87dd15cfc718c.tar.gz irssi-scripts-666df44d96c515520936e4af35c87dd15cfc718c.zip |
vim_mode: Document :s///.
Diffstat (limited to '')
-rw-r--r-- | vim-mode/vim_mode.pl | 4 |
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: # |