diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-03-03 22:58:45 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-03-03 22:58:45 +0000 |
commit | 3517bb1ece6902951565721ad19eff15644e098e (patch) | |
tree | 1be5b43f29d8c6131c88f0b81e524404e41f2f38 /runtime | |
parent | 65c923adf3589b6c237ac357fcc069085c658a02 (diff) | |
download | vim-3517bb1ece6902951565721ad19eff15644e098e.zip |
updated for version 7.0213
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/todo.txt | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt index ddc6b05f9..199c5519b 100644 --- a/runtime/doc/todo.txt +++ b/runtime/doc/todo.txt @@ -1,4 +1,4 @@ -*todo.txt* For Vim version 7.0aa. Last change: 2006 Mar 02 +*todo.txt* For Vim version 7.0aa. Last change: 2006 Mar 03 VIM REFERENCE MANUAL by Bram Moolenaar @@ -30,17 +30,6 @@ be worked on, but only if you sponsor Vim development. See |sponsor|. *known-bugs* -------------------- Known bugs and current work ----------------------- -Add setpos(), opposite of getpos(). -7 Add the markclear() function to delete a mark in another buffer. Charles - Campbell (2004 Jan 9) - http://mysite.verizon.net/astronaut/vim/index.html#Patch - Implement setmark(markname, lnum [, col [, filename]]) instead? - When "lnum" is zero delete the mark. - When "filename" has no wildcards and there is no matching buffer, add - the buffer (unlisted). - -Make match() use {start} differently when using {count} argument. - Function to get and restore window position? Including topline, column offset, etc. Use dictionary to store the info? @@ -1464,7 +1453,8 @@ Folding: to implement this? - "zJ" command: add the line or fold below the fold in the fold under the cursor. -- 'foldmethod' "syntax": "fold=3": set fold level for a region. +- 'foldmethod' "syntax": "fold=3" argument: set fold level for a region or + match. - Apply a new foldlevel to a range of lines. (Steve Litt) 8 Have some way to restrict commands to not folded text. Also commands like searches. |