diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-01-14 21:23:38 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-01-14 21:23:38 +0000 |
commit | c32840f2674d4c6b06cfac8ec32791b5451bf31c (patch) | |
tree | a94f91721c326e599a2a5199762ebed4dbfe2a6e /runtime/doc | |
parent | 04dbce064ed4282854348bd4fb5a806a6136bd04 (diff) | |
download | vim-c32840f2674d4c6b06cfac8ec32791b5451bf31c.zip |
updated for version 7.0181
Diffstat (limited to 'runtime/doc')
-rw-r--r-- | runtime/doc/todo.txt | 6 | ||||
-rw-r--r-- | runtime/doc/version7.txt | 10 |
2 files changed, 13 insertions, 3 deletions
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt index 8aa8299e9..5de02e686 100644 --- a/runtime/doc/todo.txt +++ b/runtime/doc/todo.txt @@ -1,4 +1,4 @@ -*todo.txt* For Vim version 7.0aa. Last change: 2006 Jan 13 +*todo.txt* For Vim version 7.0aa. Last change: 2006 Jan 14 VIM REFERENCE MANUAL by Bram Moolenaar @@ -30,6 +30,9 @@ be worked on, but only if you sponsor Vim development. See |sponsor|. *known-bugs* -------------------- Known bugs and current work ----------------------- +When the file "" exists, then ":!ls aap<Tab>" should put backslashes before +'&', ';', '<' and '>'. + Evaluating CTRL-R = in the sandbox causes trouble (G. Sumner Hayes). Can the rules for the commandline window be used? @@ -67,7 +70,6 @@ ccomplete: Can't reproduce it right now... spelling: -- NL woordenlijst naar Adri sturen. - Include script to cleanup a .add file. (Antonio Colombo, Jan 9) - suggestions for "macARONI" doesn't include "macaroni", they are all allcap. suggestion for "KG" to "kg" when it's keepcase. diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt index 36345b4f2..00830d98d 100644 --- a/runtime/doc/version7.txt +++ b/runtime/doc/version7.txt @@ -1,4 +1,4 @@ -*version7.txt* For Vim version 7.0aa. Last change: 2006 Jan 13 +*version7.txt* For Vim version 7.0aa. Last change: 2006 Jan 14 VIM REFERENCE MANUAL by Bram Moolenaar @@ -1558,4 +1558,12 @@ happens to be after the end of the line then it continued in the next line and stopped at the region end match, making the region continue after that. Now check for the column being past the end of the line in syn_add_end_off(). +When changing a file, setting 'swapfile' off and then on again, making another +change and killing Vim, then some blocks may be missing from the swapfile. +When 'swapfile' is switched back on mark all blocks in the swapfile as dirty. +Added mf_set_dirty(). + +Expanding wildcards in a command like ":e aap;<>!" didn't work. Put +backslashes before characters that are special to the shell. (Adri Verhoef) + vim:tw=78:ts=8:ft=help:norl: |