Skip to content
Snippets Groups Projects
Commit 3f770476 authored by Bram Moolenaar's avatar Bram Moolenaar
Browse files

updated for version 7.0088

parent 25414f29
No related merge requests found
*todo.txt* For Vim version 7.0aa. Last change: 2005 Jun 17 *todo.txt* For Vim version 7.0aa. Last change: 2005 Jun 19
VIM REFERENCE MANUAL by Bram Moolenaar VIM REFERENCE MANUAL by Bram Moolenaar
...@@ -30,6 +30,9 @@ be worked on, but only if you sponsor Vim development. See |sponsor|. ...@@ -30,6 +30,9 @@ be worked on, but only if you sponsor Vim development. See |sponsor|.
*known-bugs* *known-bugs*
-------------------- Known bugs and current work ----------------------- -------------------- Known bugs and current work -----------------------
Can define a function with illegal name (Servatius Brandt):
function F{-1}()
Add extra list of file locations. Can be used with: Add extra list of file locations. Can be used with:
:ltag list of matching tags, like :tselect :ltag list of matching tags, like :tselect
...@@ -97,7 +100,7 @@ PLANNED FOR VERSION 7.0: ...@@ -97,7 +100,7 @@ PLANNED FOR VERSION 7.0:
- Add SPELLCHECKER, with support for many languages. - Add SPELLCHECKER, with support for many languages.
- Spell checking code todo's: - Spell checking code todo's:
- Code for making suggestions: - Code for making suggestions:
- Hebrew runs out of memory. - Hebrew: also use prefixes for suggestions.
- When 'spellfile' directory doesn't exist, ask user to create it? - When 'spellfile' directory doesn't exist, ask user to create it?
- Aspell has the "special" character, useful? - Aspell has the "special" character, useful?
- When putting map string in .spl file check for duplicate chars. - When putting map string in .spl file check for duplicate chars.
...@@ -3072,6 +3075,8 @@ Writing files: ...@@ -3072,6 +3075,8 @@ Writing files:
Substitute: Substitute:
8 Substitute with hex/unicode number "\%xff" and "\%uabcd". Just like
"\%uabcd" in search pattern.
8 Make it easier to replace in all files in the argument list. E.g.: 8 Make it easier to replace in all files in the argument list. E.g.:
":argsub/oldword/newword/". Works like ":argdo %s/oldword/newword/g|w". ":argsub/oldword/newword/". Works like ":argdo %s/oldword/newword/g|w".
- :s///p prints the line after a substitution. - :s///p prints the line after a substitution.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment