summaryrefslogtreecommitdiffstats
path: root/runtime/doc/todo.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-06-05 22:06:27 +0000
committerBram Moolenaar <Bram@vim.org>2005-06-05 22:06:27 +0000
commitfb67026c27b8fd8be556beee2387c0308243b15e (patch)
tree9468868a30e2644e96048a2eedfeae5297bdfd31 /runtime/doc/todo.txt
parentaeb25e1f15fc261f51ed76a7dc658812fe9576ed (diff)
updated for version 7.0080v7.0080
Diffstat (limited to 'runtime/doc/todo.txt')
-rw-r--r--runtime/doc/todo.txt10
1 files changed, 6 insertions, 4 deletions
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt
index e547e2acdb..166236237e 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 04
+*todo.txt* For Vim version 7.0aa. Last change: 2005 Jun 05
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -33,9 +33,6 @@ be worked on, but only if you sponsor Vim development. See |sponsor|.
Patch in if_cscope.c also in 6.3? (Froloff)
Sergey says it's OK.
-Now that search HL combines with existing color, ctermfg=white doesn't work.
-(Gautam Iyer)
-
Add extra list of file locations. Can be used with:
:ltag list of matching tags, like :tselect
@@ -104,9 +101,14 @@ PLANNED FOR VERSION 7.0:
- Spell checking code todo's:
- Implement user and project word lists. Commands to add words and to
mark words as wrong.
+ - Also allow replacing a word list. Need some mechanism to tell
+ wether a spell file adds or replaces one found later in
+ 'runtimepath'.
- Implement = flag in .dic: KEEPCASE for lower case word.
's morgens/= does not match 'S morgens
- Implement compound words?
+ - When @Spell and @NoSpell are both used only do spell checking for
+ @Spell items, not where they both appear. Useful for Perl pod.
- Make "en-rare" spell file.
Convention: use en_US (language_region) and en-rare (language-field)
Add hl groups to 'spelllang'?