Fix: window title not updated after file dropped.

This commit is contained in:
Bram Moolenaar
2010-05-22 15:50:12 +02:00
parent 06b5d5167a
commit ca7e1f2066
3 changed files with 7 additions and 3 deletions

View File

@ -7210,5 +7210,7 @@ using GTK floating point numbers stop working. Use gtk_disable_setlocale().
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: