]> granicus.if.org Git - vim/commitdiff
updated for version 7.0058 v7.0058
authorBram Moolenaar <Bram@vim.org>
Tue, 8 Mar 2005 22:46:26 +0000 (22:46 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 8 Mar 2005 22:46:26 +0000 (22:46 +0000)
runtime/doc/todo.txt
runtime/doc/version7.txt

index 630110752495f72fe1ea479b0bc0416d36b9d351..f6f0dd49f1082481379a04d6d9e750fa7efa6551 100644 (file)
@@ -1,4 +1,4 @@
-*todo.txt*      For Vim version 7.0aa.  Last change: 2005 Mar 07
+*todo.txt*      For Vim version 7.0aa.  Last change: 2005 Mar 08
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -39,6 +39,8 @@ Mac unicode patch (Da Woon Jung):
 - selecting proportional font breaks display
 - UTF-8 text causes display problems.  Font replacement causes this.
 
+Changes to mode bits in mch_open() also in Vim 6.3? (Bjoern Voigt)
+
 Patch for taglist() Yegappan Lakshmanan Feb 27
 - docs: use of ^ and $ in pattern, refer to |tag-regexp|
          explain what the fields mean.
index d692146892baf360ac70c7cd9fce04737dedc27b..5d05683467aefa5e86b99aacd5feb4ed73a5a800 100644 (file)
@@ -1,4 +1,4 @@
-*version7.txt*  For Vim version 7.0aa.  Last change: 2005 Mar 07
+*version7.txt*  For Vim version 7.0aa.  Last change: 2005 Mar 08
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -939,4 +939,10 @@ unicodepdy[] as for UTF-8. (Taro Muraoka)
 The method used to locate user commands for completion differed from when they
 are executed.  Abiguous command names were not completed properly.
 
+Incremental search may cause a crash when there is a custom statusline that
+indirectly invokes ":normal".
+
+Diff mode failed when $DIFF_OPTIONS was set in the environment.  Unset it
+before invoking "diff".
+
  vim:tw=78:ts=8:ft=help:norl: