]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
updated for version 7.0g05 v7.0g05
authorBram Moolenaar <Bram@vim.org>
Sat, 6 May 2006 21:47:30 +0000 (21:47 +0000)
committerBram Moolenaar <Bram@vim.org>
Sat, 6 May 2006 21:47:30 +0000 (21:47 +0000)
runtime/doc/todo.txt
runtime/doc/version7.txt
runtime/spell/en.ascii.sug

index cf35b2104b44a0686c6a4b4126af4e6616d3d274..f13520363e2e574898add1a8e240456853e4ecfd 100644 (file)
@@ -1,4 +1,4 @@
-*todo.txt*      For Vim version 7.0g.  Last change: 2006 May 05
+*todo.txt*      For Vim version 7.0g.  Last change: 2006 May 06
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index 5121a10ac9d466fcefd197d9166656e9305d12aa..fbdc53df41850b63c3f358edbcd79c16c56b04e1 100644 (file)
@@ -1,4 +1,4 @@
-*version7.txt*  For Vim version 7.0g.  Last change: 2006 May 05
+*version7.txt*  For Vim version 7.0g.  Last change: 2006 May 06
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -2956,5 +2956,14 @@ allow characters after the name: exists('*funcname') exists('*funcname(...')
 exists('&option') exists(':cmd') exists('g:name') exists('g:name[n]')
 exists('g:name.n')
 
+Trigger the TabEnter autocommand only after entering the current window of the
+tab page, otherwise the commands are executed with an invalid current window.
+
+Win32: When using two monitors and Vim is on the second monitor, changing the
+width of the Vim window could make it jump to the first monitor.
+
+When scrolling back at the more prompt and the quitting a line of text would
+be left behind when 'cmdheight' is 2 or more.
+
 
  vim:tw=78:ts=8:ft=help:norl:
index 26dc82373893df428e54c04453d726a52244f414..c787ab89e1231e320c172fd383bfe4ce8eaed525 100644 (file)
Binary files a/runtime/spell/en.ascii.sug and b/runtime/spell/en.ascii.sug differ