comparison runtime/doc/vi_diff.txt @ 3750:536aa8b0c934

Update runtime files.
author Bram Moolenaar <bram@vim.org>
date Wed, 15 Aug 2012 17:43:31 +0200
parents 3502a7f991fc
children 6ec6b7ff2d43
comparison
equal deleted inserted replaced
3749:270bb87555db 3750:536aa8b0c934
1 *vi_diff.txt* For Vim version 7.3. Last change: 2011 Aug 29 1 *vi_diff.txt* For Vim version 7.3. Last change: 2012 Aug 08
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
190 |'hlsearch'|, matching parens |matchparen| and the cursor line and 190 |'hlsearch'|, matching parens |matchparen| and the cursor line and
191 column |'cursorline'| |'cursorcolumn'|. 191 column |'cursorline'| |'cursorcolumn'|.
192 192
193 Spell checking. |spell| 193 Spell checking. |spell|
194 When the 'spell' option is set Vim will highlight spelling mistakes. 194 When the 'spell' option is set Vim will highlight spelling mistakes.
195 About 40 languages are currently supported, selected with the 195 About 50 languages are currently supported, selected with the
196 'spelllang' option. In source code only comments and strings are 196 'spelllang' option. In source code only comments and strings are
197 checked for spelling. 197 checked for spelling.
198 198
199 Folding. |folding| 199 Folding. |folding|
200 A range of lines can be shown as one "folded" line. This allows 200 A range of lines can be shown as one "folded" line. This allows
651 651
652 You can backspace, CTRL-U and CTRL-W over line breaks if the 'backspace' (bs) 652 You can backspace, CTRL-U and CTRL-W over line breaks if the 'backspace' (bs)
653 option includes "eol". You can backspace over the start of insert if the 653 option includes "eol". You can backspace over the start of insert if the
654 'backspace' option includes "start". 654 'backspace' option includes "start".
655 655
656 When the 'paste' option is set, a few option are reset and mapping in insert 656 When the 'paste' option is set, a few options are reset and mapping in insert
657 mode and abbreviation are disabled. This allows for pasting text in windowing 657 mode and abbreviation are disabled. This allows for pasting text in windowing
658 systems without unexpected results. When the 'paste' option is reset, the old 658 systems without unexpected results. When the 'paste' option is reset, the old
659 option values are restored. 659 option values are restored.
660 660
661 CTRL-T/CTRL-D always insert/delete an indent in the current line, no matter 661 CTRL-T/CTRL-D always insert/delete an indent in the current line, no matter