diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-12-13 20:09:08 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-12-13 20:09:08 +0000 |
commit | b2c2efa53ae0d7dd642ff132f7d374e2b517303d (patch) | |
tree | 9b33634f146fb36f8502c7447f2ebcdb02bbf48f /runtime | |
parent | c6d8db78b1e5d2edefd76f03b97c3a88f0be2c73 (diff) | |
download | vim-git-b2c2efa53ae0d7dd642ff132f7d374e2b517303d.tar.gz |
updated for version 7.0169v7.0169
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/todo.txt | 11 | ||||
-rw-r--r-- | runtime/doc/version7.txt | 12 |
2 files changed, 13 insertions, 10 deletions
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt index 821c47e4b..c0030b0ab 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 Dec 12 +*todo.txt* For Vim version 7.0aa. Last change: 2005 Dec 13 VIM REFERENCE MANUAL by Bram Moolenaar @@ -30,14 +30,6 @@ be worked on, but only if you sponsor Vim development. See |sponsor|. *known-bugs* -------------------- Known bugs and current work ----------------------- -Patch from Yasuhiro Matsumoto: ":e ++enc=xxx" keeps encoding for conversion -errors and illegal bytes. Make default to replace bad bytes/characters with -'?' and allow for two alternatives: - :e ++enc=xxx ++bad=keep foo.txt - :e ++enc=xxx ++bad=drop foo.txt - :e ++enc=xxx ++bad=? foo.txt -(patch 6 December) - ml_get error with specific vimrc and lots of plugins. (Tomi Mickelsson) Win32: preserve the hidden attribute of the viminfo file. @@ -55,6 +47,7 @@ ccomplete: characters, advance to the first match instead of removing the popup menu. If there is no match remove the selection. (Yegappan Lakshmanan) - Complete the longest common match instead of the first match? + For all kinds of completions? Configurable? - !_TAG_FILE_FORMAT and it's ilk are listed in the global completions - When completing something that is a structure, add the "." or "->". - When a typedef or struct is local to a file only use it in that file? diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt index ead361823..c598635a1 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 Dec 12 +*version7.txt* For Vim version 7.0aa. Last change: 2005 Dec 13 VIM REFERENCE MANUAL by Bram Moolenaar @@ -440,6 +440,16 @@ Ex command modifiers: ~ |:sandbox| Execute a command in the sandbox. +Ex command arguments: ~ + +|++bad| Specify what happens with characters that can't be + converted and illegal bytes. (code example by Yasuhiro + Matsumoto) + Also, when a conversion error occurs or illegal bytes + are found include the line number in the error + message. + + New and extended functions: ~ |add()| append an item to a List |