summaryrefslogtreecommitdiff
path: root/runtime/doc/version7.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-04-06 20:21:51 +0000
committerBram Moolenaar <Bram@vim.org>2006-04-06 20:21:51 +0000
commit7b89edc62ddb12b74276567087f58fc015c1f8a0 (patch)
tree2cbaed44d36d343304a289ddfd3cd6d196143832 /runtime/doc/version7.txt
parent8dff818edfb61658b94128111234c3c074c1cadc (diff)
downloadvim-7b89edc62ddb12b74276567087f58fc015c1f8a0.zip
updated for version 7.0c11
Diffstat (limited to 'runtime/doc/version7.txt')
-rw-r--r--runtime/doc/version7.txt11
1 files changed, 10 insertions, 1 deletions
diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt
index 8e55aacda..100578161 100644
--- 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: