comparison runtime/doc/vi_diff.txt @ 1618:46bbe11644e0

updated for version 7.2a
author vimboss
date Tue, 24 Jun 2008 20:19:36 +0000
parents 53b2bedccfdf
children 0b796e045c42
comparison
equal deleted inserted replaced
1617:5f0c7aae4da2 1618:46bbe11644e0
1 *vi_diff.txt* For Vim version 7.1. Last change: 2007 Aug 14 1 *vi_diff.txt* For Vim version 7.2a. Last change: 2008 May 05
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
190 column |'cursorline'| |'cursorcolumn'|. 190 column |'cursorline'| |'cursorcolumn'|.
191 191
192 Spell checking. |spell| 192 Spell checking. |spell|
193 When the 'spell' option is set Vim will highlight spelling mistakes. 193 When the 'spell' option is set Vim will highlight spelling mistakes.
194 About 40 languages are currently supported, selected with the 194 About 40 languages are currently supported, selected with the
195 'spellang' option. In source code only comments and strings are 195 'spelllang' option. In source code only comments and strings are
196 checked for spelling. 196 checked for spelling.
197 197
198 Folding. |folding| 198 Folding. |folding|
199 A range of lines can be shown as one "folded" line. This allows 199 A range of lines can be shown as one "folded" line. This allows
200 overviewing a file and moving blocks of text around quickly. 200 overviewing a file and moving blocks of text around quickly.
425 The |:hardcopy| command sends text to the printer. This can include 425 The |:hardcopy| command sends text to the printer. This can include
426 syntax highlighting. 426 syntax highlighting.
427 427
428 Mouse support. |mouse-using| 428 Mouse support. |mouse-using|
429 The mouse is supported in the GUI version, in an xterm for Unix, for 429 The mouse is supported in the GUI version, in an xterm for Unix, for
430 Linux with gpm, for MS-DOS, and Win32. It can be used to position the 430 BSDs with sysmouse, for Linux with gpm, for MS-DOS, and Win32. It
431 cursor, select the visual area, paste a register, etc. 431 can be used to position the cursor, select the visual area, paste a
432 register, etc.
432 433
433 Usage of key names. |<>| |key-notation| 434 Usage of key names. |<>| |key-notation|
434 Special keys now all have a name like <Up>, <End>, etc. 435 Special keys now all have a name like <Up>, <End>, etc.
435 This name can be used in mappings, to make it easy to edit them. 436 This name can be used in mappings, to make it easy to edit them.
436 437