comparison runtime/doc/options.txt @ 4229:fa4089df54bc

Update runtime files.
author Bram Moolenaar <bram@vim.org>
date Tue, 19 Mar 2013 11:35:58 +0100
parents 7ffc704cb7c1
children edd0bc1f26bd
comparison
equal deleted inserted replaced
4228:1e1297b26329 4229:fa4089df54bc
1 *options.txt* For Vim version 7.3. Last change: 2013 Feb 28 1 *options.txt* For Vim version 7.3. Last change: 2013 Mar 13
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
696 this option should be set to "double" to match the width perceived 696 this option should be set to "double" to match the width perceived
697 by Vim with the width of glyphs in the font. Perhaps it also has 697 by Vim with the width of glyphs in the font. Perhaps it also has
698 to be set to "double" under CJK Windows 9x/ME or Windows 2k/XP 698 to be set to "double" under CJK Windows 9x/ME or Windows 2k/XP
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
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
704 sescape sequense to request cursor position report.
701 705
702 *'antialias'* *'anti'* *'noantialias'* *'noanti'* 706 *'antialias'* *'anti'* *'noantialias'* *'noanti'*
703 'antialias' 'anti' boolean (default: off) 707 'antialias' 'anti' boolean (default: off)
704 global 708 global
705 {not in Vi} 709 {not in Vi}