comparison runtime/doc/quickref.txt @ 4254:97a5ce76cb7d v7.3.878

updated for version 7.3.878 Problem: 'fileignorecase' is missing in options window and quickref. Solution: Add the option.
author Bram Moolenaar <bram@vim.org>
date Fri, 05 Apr 2013 15:41:05 +0200
parents 61bcafd8c648
children 605c9ce57ec3
comparison
equal deleted inserted replaced
4253:ccbde540a714 4254:97a5ce76cb7d
1 *quickref.txt* For Vim version 7.3. Last change: 2013 Feb 06 1 *quickref.txt* For Vim version 7.3. Last change: 2013 Apr 05
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 Quick reference guide 6 Quick reference guide
689 'exrc' 'ex' read .vimrc and .exrc in the current directory 689 'exrc' 'ex' read .vimrc and .exrc in the current directory
690 'fileencoding' 'fenc' file encoding for multi-byte text 690 'fileencoding' 'fenc' file encoding for multi-byte text
691 'fileencodings' 'fencs' automatically detected character encodings 691 'fileencodings' 'fencs' automatically detected character encodings
692 'fileformat' 'ff' file format used for file I/O 692 'fileformat' 'ff' file format used for file I/O
693 'fileformats' 'ffs' automatically detected values for 'fileformat' 693 'fileformats' 'ffs' automatically detected values for 'fileformat'
694 'fileignorecase' 'fic' ignore case when using file names
694 'filetype' 'ft' type of file, used for autocommands 695 'filetype' 'ft' type of file, used for autocommands
695 'fillchars' 'fcs' characters to use for displaying special items 696 'fillchars' 'fcs' characters to use for displaying special items
696 'fkmap' 'fk' Farsi keyboard mapping 697 'fkmap' 'fk' Farsi keyboard mapping
697 'foldclose' 'fcl' close a fold when the cursor leaves it 698 'foldclose' 'fcl' close a fold when the cursor leaves it
698 'foldcolumn' 'fdc' width of the column used to indicate folds 699 'foldcolumn' 'fdc' width of the column used to indicate folds