0
0
mirror of https://github.com/vim/vim.git synced 2025-09-17 02:48:10 -04:00

updated for version 7.0g05

This commit is contained in:
Bram Moolenaar 2006-05-06 21:47:30 +00:00
parent 56a907af93
commit 2f567ab5c2
3 changed files with 11 additions and 2 deletions

View 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

View 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:

Binary file not shown.