diff runtime/doc/version7.txt @ 821:a2b128f7d705 v7.0c11

updated for version 7.0c11
author vimboss
date Thu, 06 Apr 2006 20:21:51 +0000
parents 23f82b5d2814
children 9ab23f1e137f
line wrap: on
line diff
--- a/runtime/doc/version7.txt
+++ b/runtime/doc/version7.txt
@@ -1,4 +1,4 @@
-*version7.txt*  For Vim version 7.0c.  Last change: 2006 Apr 05
+*version7.txt*  For Vim version 7.0c.  Last change: 2006 Apr 06
 
 
 		  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -2385,4 +2385,13 @@ to move to the right.
 When a line wraps, 'cursorcolumn' was never displayed past the end of the
 line.
 
+'autochdir' was only available when compiled with NetBeans and GUI.  Now it's
+a separate feature, also available in the "big" version.
+
+Added CTRL-W gf: open file under cursor in new tab page.
+
+When using the menu in the tab pages line, "New Tab" opens the new tab before
+where the click was.  Beyond the labels the new tab appears at the end instead
+of after the current tab page.
+
  vim:tw=78:ts=8:ft=help:norl: