summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-07-23 22:27:03 +0200
committerBram Moolenaar <Bram@vim.org>2010-07-23 22:27:03 +0200
commitd497a30cbe89e25e065c29cec7fd1988900b86e9 (patch)
treef00b73adf4674e054dd991241c3fc7c2f6b784b6 /runtime
parentf5963f719eb85e8aa71aeb5c23c4edf4949adef1 (diff)
Window split didn't copy the value of 'conceallevel'.
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/todo.txt8
1 files changed, 1 insertions, 7 deletions
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt
index 3fd8132978..0a7337d521 100644
--- a/runtime/doc/todo.txt
+++ b/runtime/doc/todo.txt
@@ -30,13 +30,7 @@ be worked on, but only if you sponsor Vim development. See |sponsor|.
*known-bugs*
-------------------- Known bugs and current work -----------------------
-a |test| and a |test| and a |test|.
-Conceal in help files doesn't work nice. How about adding a 'concealcursor'
-option:
--> implemented, but column isn't quite right just after concealed character.
-- Don't conceal in Insert and Visual mode? Or make 'concealcursor' a string
- option with mode characters.
-- Check position in wrapped line.
+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.