summaryrefslogtreecommitdiffstats
path: root/runtime/doc/todo.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-04-19 21:42:30 +0000
committerBram Moolenaar <Bram@vim.org>2005-04-19 21:42:30 +0000
commit2c5bc17eb722da0257d125fae18e48ab0122f460 (patch)
tree9929d56f9b40ca34fa68211821a7ca5e79475335 /runtime/doc/todo.txt
parent5c5474b3863ebe18e0f0a7d6265b91f794a24912 (diff)
updated for version 7.0068v7.0068
Diffstat (limited to 'runtime/doc/todo.txt')
-rw-r--r--runtime/doc/todo.txt15
1 files changed, 9 insertions, 6 deletions
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt
index 411e001792..b4f586973c 100644
--- a/runtime/doc/todo.txt
+++ b/runtime/doc/todo.txt
@@ -1,4 +1,4 @@
-*todo.txt* For Vim version 7.0aa. Last change: 2005 Apr 17
+*todo.txt* For Vim version 7.0aa. Last change: 2005 Apr 19
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -45,6 +45,9 @@ With this mapping a click on a status line echoes the wrong buffer name:
When in diff mode and making a change that causes the "changed" highlighting
to disappear, it's still highlighted in another window.
+This doesn't work: "a[var1:var2]". Requires space before/after ':'. Can this
+be fixed? Otherwise document it.
+
regmatch(): "regstack" could start with a fixed block of data for speed.
"backpos" is never freed. (Alexei Alexandrov)
@@ -60,6 +63,8 @@ In an errorfile expand "~/" to home directory. (Arnout Engelen)
Patch for 2html.vim to disable folding (Michael Schaap, 2005 April 12)
+Win32: Alt-F10 no longer working? (Bill McCarthy, April 18)
+
Mac unicode patch (Da Woon Jung):
- selecting proportional font breaks display
- UTF-8 text causes display problems. Font replacement causes this.
@@ -98,11 +103,9 @@ PLANNED FOR VERSION 7.0:
- Add SPELLCHECKER, with support for many languages.
- Use "engspchk" from Charles Campbell for ideas.
- Spell checking code todo's:
- - For French, prefixes with single quotes result in many additions.
- How to do this more efficiently? Both storing and checking.
- Put addition up to end of word also in hashtab, so that "s'aaa"
- is found by "'aaa", s-bbb by "-bbb", etc. Put rest in table (search
- longest match).
+ - Can have prefixes with addstring and suffixes with leadstring. Use
+ separate basic word for this, like for different caps?
+ - Verify French spell checking works efficiently.
- use BWF_ADDS and BWF_ADDSM for more than 256, only one byte for count.
- Implement user and project word lists. Commands to add words and to
mark words as wrong.