summaryrefslogtreecommitdiff
path: root/runtime/doc/options.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-01-23 22:30:28 +0000
committerBram Moolenaar <Bram@vim.org>2006-01-23 22:30:28 +0000
commit7df351eb8aecf8e542c7ebecc4ec734107a8aacb (patch)
tree84346fa33458434296592b3f8c7987e6b94514fb /runtime/doc/options.txt
parent09df3127f43aa9804e077726ac1bf17cb9e2c85f (diff)
downloadvim-git-7df351eb8aecf8e542c7ebecc4ec734107a8aacb.tar.gz
updated for version 7.0186v7.0186
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r--runtime/doc/options.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index 2a812fe40..4c04f09dd 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -1,4 +1,4 @@
-*options.txt* For Vim version 7.0aa. Last change: 2006 Jan 20
+*options.txt* For Vim version 7.0aa. Last change: 2006 Jan 23
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -162,6 +162,11 @@ include the "|" in the option value, use "\|" instead. This example sets the
This sets the 'titlestring' option to "hi" and 'iconstring' to "there": >
:set titlestring=hi|set iconstring=there
+Similarly, the double quote character starts a comment. To include the '"' in
+the option value, use '\"' instead. This example sets the 'titlestring'
+option to 'hi "there"': >
+ :set titlestring=hi\ \"there\"
+
For MS-DOS and WIN32 backslashes in file names are mostly not removed. More
precise: For options that expect a file name (those where environment
variables are expanded) a backslash before a normal file name character is not