summaryrefslogtreecommitdiff
path: root/runtime/optwin.vim
diff options
context:
space:
mode:
authorBram Moolenaar <bram@vim.org>2013-05-21 21:01:10 +0200
committerBram Moolenaar <bram@vim.org>2013-05-21 21:01:10 +0200
commit0ea5d457ec2dabc6073a92e05831fa856ac7df69 (patch)
tree7276e209f4ff82bc279fea22314201ba85445e03 /runtime/optwin.vim
parent11d5ee4f9a15754bddb91aa97c19434aa387ac22 (diff)
downloadvim-0ea5d457ec2dabc6073a92e05831fa856ac7df69.tar.gz
Updated runtime files, language files and translations.
Diffstat (limited to 'runtime/optwin.vim')
-rw-r--r--runtime/optwin.vim4
1 files changed, 3 insertions, 1 deletions
diff --git a/runtime/optwin.vim b/runtime/optwin.vim
index 048f7eec..24ed92d0 100644
--- a/runtime/optwin.vim
+++ b/runtime/optwin.vim
@@ -1,7 +1,7 @@
" These commands create the option window.
"
" Maintainer: Bram Moolenaar <Bram@vim.org>
-" Last Change: 2013 Apr 05
+" Last Change: 2013 May 20
" If there already is an option window, jump to that one.
if bufwinnr("option-window") > 0
@@ -258,6 +258,8 @@ call append("$", "incsearch\tshow match for partly typed search command")
call <SID>BinOptionG("is", &is)
call append("$", "magic\tchange the way backslashes are used in search patterns")
call <SID>BinOptionG("magic", &magic)
+call append("$", "regexpengine\tselect the default regexp engine used")
+call <SID>OptionG("re", &re)
call append("$", "ignorecase\tignore case when using a search pattern")
call <SID>BinOptionG("ic", &ic)
call append("$", "smartcase\toverride 'ignorecase' when pattern has upper case characters")