comparison runtime/doc/options.txt @ 4073:e362db8b2d7b

Update runtime files.
author Bram Moolenaar <bram@vim.org>
date Wed, 30 Jan 2013 14:18:00 +0100
parents 0de969850c06
children 61bcafd8c648
comparison
equal deleted inserted replaced
4072:37438facb5eb 4073:e362db8b2d7b
1 *options.txt* For Vim version 7.3. Last change: 2012 Oct 21 1 *options.txt* For Vim version 7.3. Last change: 2013 Jan 30
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
3560 to set 'guifontwide' at all unless you want to override the choice 3560 to set 'guifontwide' at all unless you want to override the choice
3561 made by Pango/Xft. 3561 made by Pango/Xft.
3562 3562
3563 Windows +multibyte only: *guifontwide_win_mbyte* 3563 Windows +multibyte only: *guifontwide_win_mbyte*
3564 3564
3565 If set and vaild, 'guifontwide' is used for IME instead of 'guifont'. 3565 If set and valid, 'guifontwide' is used for IME instead of 'guifont'.
3566 3566
3567 *'guiheadroom'* *'ghr'* 3567 *'guiheadroom'* *'ghr'*
3568 'guiheadroom' 'ghr' number (default 50) 3568 'guiheadroom' 'ghr' number (default 50)
3569 global 3569 global
3570 {not in Vi} {only for GTK and X11 GUI} 3570 {not in Vi} {only for GTK and X11 GUI}
3822 |hl-Search| l last search pattern highlighting (see 'hlsearch') 3822 |hl-Search| l last search pattern highlighting (see 'hlsearch')
3823 |hl-MoreMsg| m |more-prompt| 3823 |hl-MoreMsg| m |more-prompt|
3824 |hl-ModeMsg| M Mode (e.g., "-- INSERT --") 3824 |hl-ModeMsg| M Mode (e.g., "-- INSERT --")
3825 |hl-LineNr| n line number for ":number" and ":#" commands, and 3825 |hl-LineNr| n line number for ":number" and ":#" commands, and
3826 when 'number' or 'relativenumber' option is set. 3826 when 'number' or 'relativenumber' option is set.
3827 |hl-CursorLineNr| N like n for when 'cursorline' is set. 3827 |hl-CursorLineNr| N like n for when 'cursorline' or 'relativenumber' is
3828 set.
3828 |hl-Question| r |hit-enter| prompt and yes/no questions 3829 |hl-Question| r |hit-enter| prompt and yes/no questions
3829 |hl-StatusLine| s status line of current window |status-line| 3830 |hl-StatusLine| s status line of current window |status-line|
3830 |hl-StatusLineNC| S status lines of not-current windows 3831 |hl-StatusLineNC| S status lines of not-current windows
3831 |hl-Title| t Titles for output from ":set all", ":autocmd" etc. 3832 |hl-Title| t Titles for output from ":set all", ":autocmd" etc.
3832 |hl-VertSplit| c column used to separate vertically split windows 3833 |hl-VertSplit| c column used to separate vertically split windows
4715 *'matchpairs'* *'mps'* 4716 *'matchpairs'* *'mps'*
4716 'matchpairs' 'mps' string (default "(:),{:},[:]") 4717 'matchpairs' 'mps' string (default "(:),{:},[:]")
4717 local to buffer 4718 local to buffer
4718 {not in Vi} 4719 {not in Vi}
4719 Characters that form pairs. The |%| command jumps from one to the 4720 Characters that form pairs. The |%| command jumps from one to the
4720 other. Currently only single byte character pairs are allowed, and 4721 other.
4721 they must be different. The characters must be separated by a colon. 4722 Only character pairs are allowed that are different, thus you cannot
4723 jump between two double quotes.
4724 The characters must be separated by a colon.
4722 The pairs must be separated by a comma. Example for including '<' and 4725 The pairs must be separated by a comma. Example for including '<' and
4723 '>' (HTML): > 4726 '>' (HTML): >
4724 :set mps+=<:> 4727 :set mps+=<:>
4725 4728
4726 < A more exotic example, to jump between the '=' and ';' in an 4729 < A more exotic example, to jump between the '=' and ';' in an