mirror of
https://github.com/zoriya/vim.git
synced 2026-06-12 16:05:49 +00:00
Preparations for 7.3d release.
This commit is contained in:
@@ -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*
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user