Hi,
When files are drag and dropped the window title is not updated
immediately but only after the window is clicked or such. The
following diff fixes this:
diff -r a8afba7027ae -r 8f21db06a673 src/gui.c
--- a/src/gui.c
+++ b/src/gui.c
@@ -5281,6 +5281,9 @@
# ifdef FEAT_MENU
gui_update_menus(0);
# endif
+#ifdef FEAT_TITLE
+ maketitle();
+#endif
setcursor();
out_flush();
gui_update_cursor(FALSE, FALSE);
/harig
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php