summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-07-24 13:15:07 +0200
committerBram Moolenaar <Bram@vim.org>2010-07-24 13:15:07 +0200
commitf70e3d6c7e4139c8d655101a850c03f522cc98b7 (patch)
tree8e7eddaf6e5daf5f636c4dc5d2829b124558b434 /runtime
parentd497a30cbe89e25e065c29cec7fd1988900b86e9 (diff)
Don't conceal text in lines inside the Visual area.
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/options.txt2
-rw-r--r--runtime/doc/todo.txt14
2 files changed, 15 insertions, 1 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index 9344e884e1..c54927479c 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -1724,6 +1724,8 @@ A jump table for the options with a short description can be found at |Q_op|.
are moving around text is concealed, but when starting to insert text
or selecting a Visual area the concealed text is displayed, so that
you can see what you are doing.
+ Keep in mind that the cursor position is not always where it's
+ displayed. E.g., when moving vertically it may change column.
'conceallevel' 'cole' *'conceallevel'* *'cole'*
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt
index 0a7337d521..87ed10817c 100644
--- a/runtime/doc/todo.txt
+++ b/runtime/doc/todo.txt
@@ -1,4 +1,4 @@
-*todo.txt* For Vim version 7.3b. Last change: 2010 Jul 23
+*todo.txt* For Vim version 7.3b. Last change: 2010 Jul 24
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -32,9 +32,16 @@ be worked on, but only if you sponsor Vim development. See |sponsor|.
Check position in wrapped line with 'concealcursor' set.
+Patch for :find completion. (Nazri Ramliy)
+But I prefer to keep term.h and include/term.h
+
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.
+'fenc' in modeline problem: add option to reload the file when 'fenc' is set
+to a different value in a modeline? Option can be default on.
+Could be done with an autocommand?
+
Include patch for horizontal scoll wheel? (Bjorn Winckler, 2010 Jul 20)
Additional patch Jul 21.
@@ -100,6 +107,11 @@ Jumplist doesn't work properly in Insert mode? (Jean Johner, 2010 Mar 20)
Problem with transparent cmdline. Also: Terminal title is wrong with
non-ASCII character. (Lily White, 2010 Mar 7)
+Restoring terminal title in gnome-terminal causes a beep. Saved value
+contains garbage? Ukranian language characters. 'enc' and 'tenc' are utf-8.
+(Anatoli Sakhnik, 2010 Jul 24)
+Using ":set titlestring=abc" with non-ascii characters also fails.
+
Patch for horizontal mouse wheel. (Bjorn Winckler, 2010 Jul 18)
iconv() doesn't fail on an illegal character, as documented. (Yongwei Wu, 2009