diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-01-21 22:16:51 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-01-21 22:16:51 +0000 |
commit | 0ac9379acfad03dd478bd4b0e1e1b3c267dbdeba (patch) | |
tree | db3f16f6c0f6fc8772af1e94a513a31887d70d25 /runtime/doc | |
parent | c716c306e926156e24823fc0d365c64d7fdef165 (diff) | |
download | vim-0ac9379acfad03dd478bd4b0e1e1b3c267dbdeba.zip |
updated for version 7.0184
Diffstat (limited to 'runtime/doc')
-rw-r--r-- | runtime/doc/version7.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt index 604447bda..8f71ee517 100644 --- a/runtime/doc/version7.txt +++ b/runtime/doc/version7.txt @@ -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: |