0
0
mirror of https://github.com/vim/vim.git synced 2025-07-26 11:04:33 -04:00

Update help files.

This commit is contained in:
Bram Moolenaar 2010-06-12 20:18:19 +02:00
parent 8bcf9654dc
commit 46f9d49601
3 changed files with 3 additions and 7 deletions

View File

@ -1376,7 +1376,7 @@ check if the encryption works as expected. If you get one of these errors
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,

View File

@ -30,11 +30,6 @@ be worked on, but only if you sponsor Vim development. See |sponsor|.
*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.

View File

@ -189,7 +189,8 @@ g8 Print the hex values of the bytes used in the
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