1
0
forked from aniani/vim

Runtime file updates.

This commit is contained in:
Bram Moolenaar
2010-08-09 22:33:06 +02:00
parent bc226b6ded
commit 9de9997949
7 changed files with 559 additions and 421 deletions

View File

@@ -1,4 +1,4 @@
*todo.txt* For Vim version 7.3f. Last change: 2010 Aug 08
*todo.txt* For Vim version 7.3f. Last change: 2010 Aug 09
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -30,10 +30,13 @@ be worked on, but only if you sponsor Vim development. See |sponsor|.
*known-bugs*
-------------------- Known bugs and current work -----------------------
'cursorline' stops too early in a help file, caused by conceal feature.
Before release 7.3:
- Rename vim73 branch to default (hints: Xavier de Gaye, 2010 May 23)
Test 73 fails on MS-Windows when compiled with DJGPP.
Possibly change WIN3264 to MSWIN || MSDOS.
Bug: E685 error for func_unref(). (ZyX, 2010 Aug 5)
@@ -57,6 +60,10 @@ Results in E670. (Tony Mechelynck, 2010 May 2)
":helpgrep" does not put the cursor in the correct column when preceded by
accented character. (Tony Mechelynck, 2010 Apr 15)
Echo starts in the wrong column:
while 1 | let s = input('A') | echo 'R' | endw
(Boyko Bantchev, 2010 Aug 9)
Patch: Let rare word highlighting overrule good word highlighting.
(Jakson A. Aquino, 2010 Jul 30)