comparison runtime/doc/options.txt @ 4264:2d1383658bb4

Updated runtime files.
author Bram Moolenaar <bram@vim.org>
date Fri, 05 Apr 2013 22:26:15 +0200
parents edd0bc1f26bd
children cf1d93a3914a
comparison
equal deleted inserted replaced
4263:b4a7b51fcf59 4264:2d1383658bb4
1 *options.txt* For Vim version 7.3. Last change: 2013 Mar 19 1 *options.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 6
699 when the system locale is set to one of CJK locales. See Unicode 699 when the system locale is set to one of CJK locales. See Unicode
700 Standard Annex #11 (http://www.unicode.org/reports/tr11). 700 Standard Annex #11 (http://www.unicode.org/reports/tr11).
701 701
702 Vim may set this option automatically at startup time when Vim is 702 Vim may set this option automatically at startup time when Vim is
703 compiled with the |+termresponse| feature and if |t_u7| is set to the 703 compiled with the |+termresponse| feature and if |t_u7| is set to the
704 sescape sequense to request cursor position report. 704 escape sequence to request cursor position report.
705 705
706 *'antialias'* *'anti'* *'noantialias'* *'noanti'* 706 *'antialias'* *'anti'* *'noantialias'* *'noanti'*
707 'antialias' 'anti' boolean (default: off) 707 'antialias' 'anti' boolean (default: off)
708 global 708 global
709 {not in Vi} 709 {not in Vi}
2870 mac <CR> 2870 mac <CR>
2871 When "dos" is used, CTRL-Z at the end of a file is ignored. 2871 When "dos" is used, CTRL-Z at the end of a file is ignored.
2872 See |file-formats| and |file-read|. 2872 See |file-formats| and |file-read|.
2873 For the character encoding of the file see 'fileencoding'. 2873 For the character encoding of the file see 'fileencoding'.
2874 When 'binary' is set, the value of 'fileformat' is ignored, file I/O 2874 When 'binary' is set, the value of 'fileformat' is ignored, file I/O
2875 works like it was set to "unix'. 2875 works like it was set to "unix".
2876 This option is set automatically when starting to edit a file and 2876 This option is set automatically when starting to edit a file and
2877 'fileformats' is not empty and 'binary' is off. 2877 'fileformats' is not empty and 'binary' is off.
2878 When this option is set, after starting to edit a file, the 'modified' 2878 When this option is set, after starting to edit a file, the 'modified'
2879 option is set, because the file would be different when written. 2879 option is set, because the file would be different when written.
2880 This option can not be changed when 'modifiable' is off. 2880 This option can not be changed when 'modifiable' is off.
2939 string or one format (no comma is included), 'textauto' is reset, 2939 string or one format (no comma is included), 'textauto' is reset,
2940 otherwise 'textauto' is set. 2940 otherwise 'textauto' is set.
2941 NOTE: This option is set to the Vi default value when 'compatible' is 2941 NOTE: This option is set to the Vi default value when 'compatible' is
2942 set and to the Vim default value when 'compatible' is reset. 2942 set and to the Vim default value when 'compatible' is reset.
2943 2943
2944 *'fileignorecase'* *'wic'* *'nofileignorecase'* *'nowic'* 2944 *'fileignorecase'* *'fic'* *'nofileignorecase'* *'nofic'*
2945 'fileignorecase' 'wic' boolean (default on for systems where case in file 2945 'fileignorecase' 'fic' boolean (default on for systems where case in file
2946 names is normally ignored. 2946 names is normally ignored)
2947 global 2947 global
2948 {not in Vi} 2948 {not in Vi}
2949 When set case is ignored when using file names and directories. 2949 When set case is ignored when using file names and directories.
2950 See 'wildignorecase' for only ignoring case when doing completion. 2950 See 'wildignorecase' for only ignoring case when doing completion.
2951 2951