diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-06-30 22:06:41 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-06-30 22:06:41 +0000 |
commit | 7fae636fc8b8e7227ead988ae1120066db12096c (patch) | |
tree | 49a671f115679b40f7fd0cb0c9da50e8ab00fcb2 /runtime/doc | |
parent | d042c56e34b5c032e79fa1fee19ce6d16ac99e49 (diff) | |
download | vim-git-7fae636fc8b8e7227ead988ae1120066db12096c.tar.gz |
updated for version 7.0098v7.0098
Diffstat (limited to 'runtime/doc')
-rw-r--r-- | runtime/doc/todo.txt | 6 | ||||
-rw-r--r-- | runtime/doc/version7.txt | 7 |
2 files changed, 8 insertions, 5 deletions
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt index 11b1c0402..d5c6e771d 100644 --- a/runtime/doc/todo.txt +++ b/runtime/doc/todo.txt @@ -1,4 +1,4 @@ -*todo.txt* For Vim version 7.0aa. Last change: 2005 Jun 29 +*todo.txt* For Vim version 7.0aa. Last change: 2005 Jun 30 VIM REFERENCE MANUAL by Bram Moolenaar @@ -98,9 +98,7 @@ PLANNED FOR VERSION 7.0: - Add SPELLCHECKER, with support for many languages. - Spell checking code todo's: - - Dutch: badword "voorjaarsconferentie"; "najaarsconferentie" gets zero - soundfold score. - - Proofread and cleanup spell help. + - ":spelldump" doesn't put region numbers in the list. - Use "engspchk" from Charles Campbell for ideas (commands, rare words). - Make "en-rare" spell file? Ask Charles Campbell. - References: MySpell library (in OpenOffice.org). diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt index 00209a162..beb488511 100644 --- a/runtime/doc/version7.txt +++ b/runtime/doc/version7.txt @@ -1,4 +1,4 @@ -*version7.txt* For Vim version 7.0aa. Last change: 2005 Jun 29 +*version7.txt* For Vim version 7.0aa. Last change: 2005 Jun 30 VIM REFERENCE MANUAL by Bram Moolenaar @@ -111,6 +111,9 @@ translated to <Home>, both for the keys and for mappings. Also for <xEnd>, ":put" now leaves the cursor on the last inserted line. +When a .gvimrc file exists then 'compatible' is off, just like when a ".vimrc" +file exists. + ============================================================================== NEW FEATURES *new-7* @@ -145,10 +148,12 @@ with scripts, but they were slow and/or required an external program. The 'spell' option is used to switch spell checking on or off. The 'spelllang' option is used to specify the languages that are accepted. The 'spellfile' option specifies where new words are added. +The 'spellsuggest' option specifies the methods used for making suggestions The |[s| and |]s| commands can be used to move to the next or previous error. The |zg| and |zw| commands can be used to add good and wrong words. The |z?| command can be used to correct the word. +The |:mkspell| command is used to generate a Vim spell file from word lists. The "undercurl" highlighting attribute was added to nicely point out spelling mistakes in the GUI (based on patch from Marcin Dalecki). |