From: Bram Moolenaar Date: Sun, 16 Jan 2005 22:06:30 +0000 (+0000) Subject: updated for version 7.0040 X-Git-Tag: v7.0040~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=798c5a7a84bf17dd81602923ea9bdcceb1c4e696;p=vim updated for version 7.0040 --- diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt index 929d843aa..25d452723 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 Jan 15 +*todo.txt* For Vim version 7.0aa. Last change: 2005 Jan 16 VIM REFERENCE MANUAL by Bram Moolenaar @@ -33,7 +33,6 @@ be worked on, but only if you sponsor Vim development. See |sponsor|. Dictionary: - Define nameless function: ":function dict.key(arg)" - ":delfunc dict.key". -- ":unlet dict.key" "unlet list[idx]" - Set the error message numbers for E999. Make ":call Funcref()" work? @@ -215,7 +214,8 @@ PLANNED FOR VERSION 7.0: this or make it simple to have the FileChangedShell invoke the normal action, telling it what to do. - Displaying size of Visual area: use 24-33 column display. -- Mac: Unicode input and display (Eckehard Berns, June 27) +- Mac: Unicode input and display (Eckehard Berns, 2004 June 27) + Other patch from Da Woon Jung, 2005 Jan 16. 8 Add patch from Muraoka Taro (Mar 16) to support input method on Mac? New patch 2004 Jun 16 9 Add cursor-column highlighting. Enable it with 'cursorcolumn' option, diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt index 9fa874746..4a6a56aa4 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 Jan 14 +*version7.txt* For Vim version 7.0aa. Last change: 2005 Jan 16 VIM REFERENCE MANUAL by Bram Moolenaar @@ -666,5 +666,6 @@ mode. (Peter Winters) Completion for ":next a'" put a backslash before single quote, but it was not removed when editing a file. Now halve backslashes in save_patterns(). +Also fix expanding a file name with the shell that contains "\'". vim:tw=78:ts=8:ft=help:norl: