diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-08-04 17:49:30 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-08-04 17:49:30 +0200 |
commit | 1affd7247133a2bf74f0986e17ea71b8dc0e77cd (patch) | |
tree | 2ac5b9da75c30bab8d39ee1373541ad2bc483b95 /runtime/doc | |
parent | 80a7dcf8b5af473af674fb47769accc40e67cac0 (diff) | |
download | vim-1affd7247133a2bf74f0986e17ea71b8dc0e77cd.zip |
Preparations for 7.3d release.
Diffstat (limited to 'runtime/doc')
-rw-r--r-- | runtime/doc/eval.txt | 6 | ||||
-rw-r--r-- | runtime/doc/todo.txt | 11 | ||||
-rw-r--r-- | runtime/doc/version7.txt | 8 |
3 files changed, 14 insertions, 11 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index bbb8a173f..8048a54d8 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -1,4 +1,4 @@ -*eval.txt* For Vim version 7.3d. Last change: 2010 Jul 28 +*eval.txt* For Vim version 7.3d. Last change: 2010 Aug 04 VIM REFERENCE MANUAL by Bram Moolenaar @@ -535,6 +535,10 @@ remaining that refers to it. It is not necessary to use the "dict" attribute for a numbered function. +If you get an error for a numbered function, you can find out what it is with +a trick. Assuming the function is 42, the command is: > + :function {42} + Functions for Dictionaries ~ *E715* diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt index b8f4d4ab0..1880014a9 100644 --- a/runtime/doc/todo.txt +++ b/runtime/doc/todo.txt @@ -1,4 +1,4 @@ -*todo.txt* For Vim version 7.3d. Last change: 2010 Aug 03 +*todo.txt* For Vim version 7.3d. Last change: 2010 Aug 04 VIM REFERENCE MANUAL by Bram Moolenaar @@ -30,13 +30,6 @@ be worked on, but only if you sponsor Vim development. See |sponsor|. *known-bugs* -------------------- Known bugs and current work ----------------------- -Using uninitialized memory when crypting an empty file. (Dominique Pelle, 2010 -Aug 2) - -Go back to MSVC 2008, so that Windows 2000 is supported? - -For 'undoreload': put the cursor on the first line that is different. - Before release 7.3: - Rename vim73 branch to default (hints: Xavier de Gaye, 2010 May 23) @@ -44,6 +37,8 @@ test72 causes a beep for using "u" when it doesn't work. Cursor positioning wrong with 0x200e character. (John Becket, 2010 May 6) +Patch to make more characters work in dialogs. (Yankwei Jia, 2010 Aug 4) + Should readfile() ignore BOM when not in binary mode? Bug: searching for tags file uses 'suffixesadd', should not happen. (Dominique diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt index 307868469..8fad6ff59 100644 --- a/runtime/doc/version7.txt +++ b/runtime/doc/version7.txt @@ -1,4 +1,4 @@ -*version7.txt* For Vim version 7.3d. Last change: 2010 Aug 01 +*version7.txt* For Vim version 7.3d. Last change: 2010 Aug 04 VIM REFERENCE MANUAL by Bram Moolenaar @@ -7301,7 +7301,7 @@ In Visual mode with 'showcmd' display the number of bytes and characters. Allow synIDattr() getting GUI attributes when build without GUI. (Matt Wozniski) -Support completion for ":find". (Nazri Ramliy) +Support completion for ":find". Add test 73. (Nazri Ramliy) Command line completion for :ownsyntax and :setfiletype. (Dominique Pelle) @@ -10094,5 +10094,9 @@ memory access error. Fix: terminal title not properly restored when there are multi-byte characters. (partly by James Vega) +Set 'wrapscan' when checking the .po files. (Mike Williams) + +Win32: Put quotes around the gvim.exe path for the "Open with" menu entry. + vim:tw=78:ts=8:ft=help:norl: |