comparison runtime/doc/version7.txt @ 379:d6d6ca943713 v7.0098

updated for version 7.0098
author vimboss
date Thu, 30 Jun 2005 22:06:41 +0000
parents f14cbd913415
children cf83dacfa25f
comparison
equal deleted inserted replaced
378:6b49757d378c 379:d6d6ca943713
1 *version7.txt* For Vim version 7.0aa. Last change: 2005 Jun 29 1 *version7.txt* For Vim version 7.0aa. Last change: 2005 Jun 30
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
109 translated to <Home>, both for the keys and for mappings. Also for <xEnd>, 109 translated to <Home>, both for the keys and for mappings. Also for <xEnd>,
110 <xF1>, etc. 110 <xF1>, etc.
111 111
112 ":put" now leaves the cursor on the last inserted line. 112 ":put" now leaves the cursor on the last inserted line.
113 113
114 When a .gvimrc file exists then 'compatible' is off, just like when a ".vimrc"
115 file exists.
116
114 ============================================================================== 117 ==============================================================================
115 NEW FEATURES *new-7* 118 NEW FEATURES *new-7*
116 119
117 Vim script enhancements *new-vim-script* 120 Vim script enhancements *new-vim-script*
118 ----------------------- 121 -----------------------
143 with scripts, but they were slow and/or required an external program. 146 with scripts, but they were slow and/or required an external program.
144 147
145 The 'spell' option is used to switch spell checking on or off. 148 The 'spell' option is used to switch spell checking on or off.
146 The 'spelllang' option is used to specify the languages that are accepted. 149 The 'spelllang' option is used to specify the languages that are accepted.
147 The 'spellfile' option specifies where new words are added. 150 The 'spellfile' option specifies where new words are added.
151 The 'spellsuggest' option specifies the methods used for making suggestions
148 152
149 The |[s| and |]s| commands can be used to move to the next or previous error. 153 The |[s| and |]s| commands can be used to move to the next or previous error.
150 The |zg| and |zw| commands can be used to add good and wrong words. 154 The |zg| and |zw| commands can be used to add good and wrong words.
151 The |z?| command can be used to correct the word. 155 The |z?| command can be used to correct the word.
156 The |:mkspell| command is used to generate a Vim spell file from word lists.
152 157
153 The "undercurl" highlighting attribute was added to nicely point out spelling 158 The "undercurl" highlighting attribute was added to nicely point out spelling
154 mistakes in the GUI (based on patch from Marcin Dalecki). 159 mistakes in the GUI (based on patch from Marcin Dalecki).
155 The "guisp" color can be used to give it a color different from foreground and 160 The "guisp" color can be used to give it a color different from foreground and
156 background. 161 background.