commit | ca7e1f2066e3518ee6caeef32e499ab954ec05a3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 22 15:50:12 2010 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 22 15:50:12 2010 +0200 |
tree | 0a00bb4f2ed2bc8eac7b4bd1c605492fd48a9e79 | |
parent | 06b5d5167a01c9fbf9661fb0c03bbd0a77cecae6 [diff] [blame] |
Fix: window title not updated after file dropped.
diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt index 609c5e8..a82bf9e 100644 --- a/runtime/doc/version7.txt +++ b/runtime/doc/version7.txt
@@ -7210,5 +7210,7 @@ Use BASEMODLIBS instead of MODLIBS for Python configuration to pick up the right compiler flags. (Michael Bienia) +Window title is not updated after dropping a file on Vim. (Hari G) + vim:tw=78:ts=8:ft=help:norl: