diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-04-05 15:41:05 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-04-05 15:41:05 +0200 |
commit | 91fc43d3f9d837e9ede66694c44e4cbcdc5c5549 (patch) | |
tree | 2fd97c3b96d2738bed985bc4b3bdb8f7391a6052 /runtime/doc | |
parent | 7bcb30e91387800261c0154c2d53b6118100dca0 (diff) | |
download | vim-git-91fc43d3f9d837e9ede66694c44e4cbcdc5c5549.tar.gz |
updated for version 7.3.878v7.3.878
Problem: 'fileignorecase' is missing in options window and quickref.
Solution: Add the option.
Diffstat (limited to 'runtime/doc')
-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 5f76f71e6..268898539 100644 --- a/runtime/doc/quickref.txt +++ b/runtime/doc/quickref.txt @@ -1,4 +1,4 @@ -*quickref.txt* For Vim version 7.3. Last change: 2013 Feb 06 +*quickref.txt* For Vim version 7.3. Last change: 2013 Apr 05 VIM REFERENCE MANUAL by Bram Moolenaar @@ -691,6 +691,7 @@ Short explanation of each option: *option-list* 'fileencodings' 'fencs' automatically detected character encodings 'fileformat' 'ff' file format used for file I/O 'fileformats' 'ffs' automatically detected values for 'fileformat' +'fileignorecase' 'fic' ignore case when using file names 'filetype' 'ft' type of file, used for autocommands 'fillchars' 'fcs' characters to use for displaying special items 'fkmap' 'fk' Farsi keyboard mapping |