diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-05-22 15:50:12 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-05-22 15:50:12 +0200 |
commit | ca7e1f2066e3518ee6caeef32e499ab954ec05a3 (patch) | |
tree | 0a00bb4f2ed2bc8eac7b4bd1c605492fd48a9e79 /runtime/doc | |
parent | 06b5d5167a01c9fbf9661fb0c03bbd0a77cecae6 (diff) | |
download | vim-git-ca7e1f2066e3518ee6caeef32e499ab954ec05a3.tar.gz |
Fix: window title not updated after file dropped.
Diffstat (limited to 'runtime/doc')
-rw-r--r-- | runtime/doc/todo.txt | 1 | ||||
-rw-r--r-- | runtime/doc/version7.txt | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt index cb88657e7..ff197981d 100644 --- a/runtime/doc/todo.txt +++ b/runtime/doc/todo.txt @@ -1093,6 +1093,7 @@ Patches to include: - Patch to support netbeans for Mac. (Kazuki Sakamoto, 2009 Jun 25) - Patch to support clipboard for Mac terminal. (Jjgod Jiang, 2009 Aug 1) - Patch to support :browse for more commands. (Lech Lorens, 2009 Jul 18) +- Patch to improve javascript indenting. (Hari Kumar G, 2010 May 22) - Patch to add diff functionality to 2html.vim. (Christian Brabandt, 2009 Dec 15) - Win32: patch for better font scaling. (George Reilly, 2009 Mar 26) diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt index 609c5e81e..a82bf9e5e 100644 --- a/runtime/doc/version7.txt +++ b/runtime/doc/version7.txt @@ -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: |