Mercurial > vim
changeset 2264:0256b9c93e87 vim73
Update help files.
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Sat, 12 Jun 2010 20:18:19 +0200 |
parents | 8a2092b558c2 |
children | b7cb69ab616d |
files | runtime/doc/editing.txt runtime/doc/todo.txt runtime/doc/various.txt |
diffstat | 3 files changed, 3 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/runtime/doc/editing.txt +++ b/runtime/doc/editing.txt @@ -1376,7 +1376,7 @@ check if the encryption works as expecte don't write the file encrypted! You need to rebuild the Vim binary to fix this. -*E831* This is an internal error, "cannot happen". If you can reproduc it, +*E831* This is an internal error, "cannot happen". If you can reproduce it, please report to the developers. When reading a file that has been encrypted and the 'key' option is not empty,
--- a/runtime/doc/todo.txt +++ b/runtime/doc/todo.txt @@ -30,11 +30,6 @@ be worked on, but only if you sponsor Vi *known-bugs* -------------------- Known bugs and current work ----------------------- -internal error hash_add() (Peter Odding) - :set tags=/tmp/bad_tags - :call taglist('.') -Also with one line tags file. (Lech Lorens, Jun 9) - gtk_selection_clear_targets not available in GTK1 (Patrick Texier) Use #ifdefs to use old code for GTK1.
--- a/runtime/doc/various.txt +++ b/runtime/doc/various.txt @@ -189,7 +189,8 @@ 8g8 Find an illegal UTF-8 byte sequenc mapping |:noremap|, the argument can be mapped anyway. An alternative is to use |:execute|, which uses an expression as argument. This allows the use of - printable characters. Example: > + printable characters to represent special characters. + Example: > :exe "normal \<c-w>\<c-w>" < {not in Vi, of course} {not available when the |+ex_extra| feature was