1
0
forked from aniani/vim

updated for version 7.0184

This commit is contained in:
Bram Moolenaar
2006-01-21 22:16:51 +00:00
parent c716c306e9
commit 0ac9379acf
5 changed files with 14 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
*version7.txt* For Vim version 7.0aa. Last change: 2006 Jan 20
*version7.txt* For Vim version 7.0aa. Last change: 2006 Jan 21
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1596,4 +1596,7 @@ autocommands were triggered to notify about the change in the buffer list.
In the quickfix buffer 'bufhidden' was set to "delete", which caused closing
the quickfix window to leave an unlisted "No Name" buffer behind every time.
Win32: when using two screens of different size, setting 'lines' to a large
value didn't fill the whole screen. (SungHyun Nam)
vim:tw=78:ts=8:ft=help:norl: