summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <bram@vim.org>2010-07-20 13:11:28 +0200
committerBram Moolenaar <bram@vim.org>2010-07-20 13:11:28 +0200
commitac29f183acd3d14670657ad11ba6bc66b2d78cdd (patch)
treedb8ebfbd380280ed12e745d714473baa6804f270 /runtime
parenta9c0c1bf900bc142093c92e531bbf9899daf8392 (diff)
downloadvim-ac29f183acd3d14670657ad11ba6bc66b2d78cdd.tar.gz
Fix: When 'searchhl' causes a hang make CTRL-C disable 'shearchhl'.
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/todo.txt8
1 files changed, 2 insertions, 6 deletions
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt
index 3aa38987..40d4b672 100644
--- a/runtime/doc/todo.txt
+++ b/runtime/doc/todo.txt
@@ -30,16 +30,12 @@ be worked on, but only if you sponsor Vim development. See |sponsor|.
*known-bugs*
-------------------- Known bugs and current work -----------------------
-Update syntax menus: run checkmenu.
-
-GTK: torn-off menu doesn't work.
-
-:find completion has duplicates. (Bjorn Winckler, 2010 Jul 18)
+GTK: torn-off menu doesn't work. Because of patch for file selector?
Win64: diff.exe crashes on Win64. (Julianne Bailey, 2006 Dec 12)
Build another diff.exe somehow?
-Hang in search HL, CTRL-C should clear it. (Dimitar Dimitrov, 2010 Jul 19)
+:find completion has duplicates. (Bjorn Winckler, 2010 Jul 18)
Conceal: don't show for 'hlmatch' when 'modifiable' is off?
And don't care about 'cursorline'.