• R/O
  • SSH

vim: Commit

Mirror of the Vim source from https://github.com/vim/vim


Commit MetaInfo

Revisãof2d46e4a859d0f12f12fbf332c40a717dd07df14 (tree)
Hora2005-04-20 06:42:30
Autorvimboss
Commitervimboss

Mensagem de Log

updated for version 7.0068

Mudança Sumário

Diff

diff -r a4d1fd572d07 -r f2d46e4a859d runtime/doc/todo.txt
--- a/runtime/doc/todo.txt Tue Apr 19 21:40:26 2005 +0000
+++ b/runtime/doc/todo.txt Tue Apr 19 21:42:30 2005 +0000
@@ -1,4 +1,4 @@
1-*todo.txt* For Vim version 7.0aa. Last change: 2005 Apr 17
1+*todo.txt* For Vim version 7.0aa. Last change: 2005 Apr 19
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -45,6 +45,9 @@
4545 When in diff mode and making a change that causes the "changed" highlighting
4646 to disappear, it's still highlighted in another window.
4747
48+This doesn't work: "a[var1:var2]". Requires space before/after ':'. Can this
49+be fixed? Otherwise document it.
50+
4851 regmatch(): "regstack" could start with a fixed block of data for speed.
4952 "backpos" is never freed. (Alexei Alexandrov)
5053
@@ -60,6 +63,8 @@
6063
6164 Patch for 2html.vim to disable folding (Michael Schaap, 2005 April 12)
6265
66+Win32: Alt-F10 no longer working? (Bill McCarthy, April 18)
67+
6368 Mac unicode patch (Da Woon Jung):
6469 - selecting proportional font breaks display
6570 - UTF-8 text causes display problems. Font replacement causes this.
@@ -98,11 +103,9 @@
98103 - Add SPELLCHECKER, with support for many languages.
99104 - Use "engspchk" from Charles Campbell for ideas.
100105 - Spell checking code todo's:
101- - For French, prefixes with single quotes result in many additions.
102- How to do this more efficiently? Both storing and checking.
103- Put addition up to end of word also in hashtab, so that "s'aaa"
104- is found by "'aaa", s-bbb by "-bbb", etc. Put rest in table (search
105- longest match).
106+ - Can have prefixes with addstring and suffixes with leadstring. Use
107+ separate basic word for this, like for different caps?
108+ - Verify French spell checking works efficiently.
106109 - use BWF_ADDS and BWF_ADDSM for more than 256, only one byte for count.
107110 - Implement user and project word lists. Commands to add words and to
108111 mark words as wrong.
Show on old repository browser