]> granicus.if.org Git - vim/commitdiff
updated for version 7.0080 v7.0080
authorBram Moolenaar <Bram@vim.org>
Sun, 5 Jun 2005 22:06:27 +0000 (22:06 +0000)
committerBram Moolenaar <Bram@vim.org>
Sun, 5 Jun 2005 22:06:27 +0000 (22:06 +0000)
runtime/doc/todo.txt
runtime/doc/version7.txt

index e547e2acdb40cf4a1871dd9bccb088abc21605ae..166236237e438071c0ea2e9045628c25fd39ab51 100644 (file)
@@ -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'?
index c34dd5ea05a94fffaf17cbde0a83255e9712625b..d8cf0cd6be530d6091f87a25f4183eab6503672d 100644 (file)
@@ -1,4 +1,4 @@
-*version7.txt*  For Vim version 7.0aa.  Last change: 2005 Jun 02
+*version7.txt*  For Vim version 7.0aa.  Last change: 2005 Jun 05
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -21,6 +21,8 @@ NEW FEATURES                          |new-7|
 Vim script enhancements                        |new-vim-script|
 Spell checking                         |new-spell|
 KDE support                            |new-KDE|
+MzScheme interface                     |new-MzScheme|
+Printing multi-byte text               |new-print-multi-byte|
 Translated manual pages                        |new-manpage-trans|
 Internal grep                          |new-vimgrep|
 POSIX compatibility                    |new-posix|