summaryrefslogtreecommitdiff
path: root/runtime/doc/options.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-04-05 22:26:15 +0200
committerBram Moolenaar <Bram@vim.org>2013-04-05 22:26:15 +0200
commitbf88493c0979d88279930b5330f667d0bd6b651e (patch)
treec2caaa5b8b04581ab92d8ba8b8f1738bee5de973 /runtime/doc/options.txt
parent68879258d98853deb928a8ce93b497d39ce65296 (diff)
downloadvim-git-bf88493c0979d88279930b5330f667d0bd6b651e.tar.gz
Updated runtime files.
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r--runtime/doc/options.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index fbfad697f..c3e91ed2d 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -1,4 +1,4 @@
-*options.txt* For Vim version 7.3. Last change: 2013 Mar 19
+*options.txt* For Vim version 7.3. Last change: 2013 Apr 05
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -701,7 +701,7 @@ A jump table for the options with a short description can be found at |Q_op|.
Vim may set this option automatically at startup time when Vim is
compiled with the |+termresponse| feature and if |t_u7| is set to the
- sescape sequense to request cursor position report.
+ escape sequence to request cursor position report.
*'antialias'* *'anti'* *'noantialias'* *'noanti'*
'antialias' 'anti' boolean (default: off)
@@ -2872,7 +2872,7 @@ A jump table for the options with a short description can be found at |Q_op|.
See |file-formats| and |file-read|.
For the character encoding of the file see 'fileencoding'.
When 'binary' is set, the value of 'fileformat' is ignored, file I/O
- works like it was set to "unix'.
+ works like it was set to "unix".
This option is set automatically when starting to edit a file and
'fileformats' is not empty and 'binary' is off.
When this option is set, after starting to edit a file, the 'modified'
@@ -2941,9 +2941,9 @@ A jump table for the options with a short description can be found at |Q_op|.
NOTE: This option is set to the Vi default value when 'compatible' is
set and to the Vim default value when 'compatible' is reset.
- *'fileignorecase'* *'wic'* *'nofileignorecase'* *'nowic'*
-'fileignorecase' 'wic' boolean (default on for systems where case in file
- names is normally ignored.
+ *'fileignorecase'* *'fic'* *'nofileignorecase'* *'nofic'*
+'fileignorecase' 'fic' boolean (default on for systems where case in file
+ names is normally ignored)
global
{not in Vi}
When set case is ignored when using file names and directories.