diff options
author | Bram Moolenaar <Bram@vim.org> | 2012-02-22 17:30:19 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2012-02-22 17:30:19 +0100 |
commit | db7207e6e51cf6677545e2f8e0aca427b3cf1956 (patch) | |
tree | 956dc0adb1d250813b9747027162703012bc4639 /runtime/doc/quickref.txt | |
parent | 84a4c334e1b840d666d0a178b9e665b6041c6b78 (diff) | |
download | vim-git-db7207e6e51cf6677545e2f8e0aca427b3cf1956.tar.gz |
Updated runtime files.
Diffstat (limited to 'runtime/doc/quickref.txt')
-rw-r--r-- | runtime/doc/quickref.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/quickref.txt b/runtime/doc/quickref.txt index c14818ac5..1fef2177d 100644 --- a/runtime/doc/quickref.txt +++ b/runtime/doc/quickref.txt @@ -1,4 +1,4 @@ -*quickref.txt* For Vim version 7.3. Last change: 2011 Jun 12 +*quickref.txt* For Vim version 7.3. Last change: 2012 Feb 22 VIM REFERENCE MANUAL by Bram Moolenaar @@ -851,6 +851,7 @@ Short explanation of each option: *option-list* 'shellslash' 'ssl' use forward slash for shell file names 'shelltemp' 'stmp' whether to use a temp file for shell commands 'shelltype' 'st' Amiga: influences how to use a shell +'shellxescape' 'sxe' characters to escape when 'shellxquote' is ( 'shellxquote' 'sxq' like 'shellquote', but include redirection 'shiftround' 'sr' round indent to multiple of shiftwidth 'shiftwidth' 'sw' number of spaces to use for (auto)indent step |