summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-07-24 17:29:03 +0200
committerBram Moolenaar <Bram@vim.org>2010-07-24 17:29:03 +0200
commitffbbcb597c2626224594bc1a2ac1aa7f77539fcc (patch)
treebc427368414ed91a536690fd79662c6f45e74d24 /runtime
parent2c3b1d997607e44d5037bd8875fcc98bc31020b4 (diff)
Give each syntax item a sequence number, so that we know when it starts and
can show the 'cchar' for each of them.
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/todo.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt
index adb7140274..119ec99f7e 100644
--- a/runtime/doc/todo.txt
+++ b/runtime/doc/todo.txt
@@ -42,9 +42,6 @@ Add documentation for Python 3 support.
Check position in wrapped line with 'concealcursor' set.
-Trick with syntax ID works, but it's not nice. Can we give a sequence nr to
-syntax item matches? At least the ones with a replacement char.
-
'undoreload' option: when fewer lines than these consider a reload as a change
action and save the text before the reload, don't clear undo info.