Hi Bram, Here is an additional patch for todo.txt.
The first hunk is fixed in 7.3.697. The second hunk is fixed in 7.3.577. Thanks, Ken Takata -- 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
# HG changeset patch # Parent 39e1ba7ac267bd48a5666abb619734d8b9862d94 diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt --- a/runtime/doc/todo.txt +++ b/runtime/doc/todo.txt @@ -406,9 +406,6 @@ Bug in try/catch: return with invalid compare throws error that isn't caught. (ZyX, 2011 Jan 26) -Highlighting stops working after changing it many times. Script to reproduce -it: Pablo Contreras, 2010 Oct 12 Windows XP and 7. Font is never freed? - When setting a local option value from the global value, add a script ID that indicates this, so that ":verbose set" can give a hint. Check with options in the help file. @@ -1292,10 +1289,6 @@ Win32: patch for fullscreen mode. (Liushaolin, 2008 April 17) -Win32: When there is 4 Gbyte of memory mch_avail_mem() doesn't work properly. -Unfinished patch by Jelle Geerts, 2008 Aug 24. -Let mch_avail_mem() return Kbyte instead? - Win32: When 'shell' is bash shellescape() doesn't always do the right thing. Depends on 'shellslash', 'shellquote' and 'shellxquote', but shellescape() only takes 'shellslash' into account.
