summaryrefslogtreecommitdiff
path: root/runtime/doc/todo.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-07-17 12:47:16 +0200
committerBram Moolenaar <Bram@vim.org>2010-07-17 12:47:16 +0200
commitf91787cb9adc47cadea5d17b08d075a15a2e00f4 (patch)
treec88be44c3b47c44d14e815b03d742d71f2102b32 /runtime/doc/todo.txt
parent11505dcd2b4bf7ab892549f4ce29c0dbc53aac8b (diff)
downloadvim-git-f91787cb9adc47cadea5d17b08d075a15a2e00f4.tar.gz
In Visual mode with 'showcmd' display the number of bytes and characters.
Diffstat (limited to 'runtime/doc/todo.txt')
-rw-r--r--runtime/doc/todo.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt
index 60e7f515d..8906b934b 100644
--- a/runtime/doc/todo.txt
+++ b/runtime/doc/todo.txt
@@ -1155,7 +1155,7 @@ More patches:
- Patch for adding "space" item in 'listchars'. (Jérémie Roquet, 2009 Oct 29,
Docs patch Oct 30)
- Patch for supporting #rrggbb in color terminals. (Matt Wozniski)
- Where is a recent version of this patch?
+ Where is a recent version of this patch? Or use CSApprox plugin?
- Replace ccomplete.vim by cppcomplete.vim from www.vim.org? script 1520 by
Vissale Neang. (Martin Stubenschrott) Asked Vissale to make the scripts
more friendly for the Vim distribution.
@@ -3013,7 +3013,7 @@ Tags:
8 For 'tags' wildcard in the file name is not supported, only in the path.
This is due to it using |file-searching|. Suboptimal solution would be to
make the filename or the whole option use |wildcards| globing, better
- would be to merge the 2 kinds of globing. originall (Erik Falor, 2008
+ would be to merge the 2 kinds of globing. originally (Erik Falor, 2008
April 18), updated (Ian Kelling, 2008 July 4)
8 Use a mechanism similar to omni completion to figure out the kind of tab
for CTRL-] and jump to the appropriate matching tag (if there are