summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-06-12 20:18:19 +0200
committerBram Moolenaar <Bram@vim.org>2010-06-12 20:18:19 +0200
commit46f9d4960161284182b11240783f427816700ab1 (patch)
tree4f8c6c95150edcc5ffaa1808251e13f2df817b1d /runtime
parent8bcf9654dcb00a8534a523d6924c16f961338315 (diff)
downloadvim-46f9d4960161284182b11240783f427816700ab1.zip
Update help files.
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/editing.txt2
-rw-r--r--runtime/doc/todo.txt5
-rw-r--r--runtime/doc/various.txt3
3 files changed, 3 insertions, 7 deletions
diff --git a/runtime/doc/editing.txt b/runtime/doc/editing.txt
index b4cdc4824..a10e8220a 100644
--- a/runtime/doc/editing.txt
+++ b/runtime/doc/editing.txt
@@ -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,
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt
index d9174fcf1..605c3cbe1 100644
--- a/runtime/doc/todo.txt
+++ b/runtime/doc/todo.txt
@@ -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.
diff --git a/runtime/doc/various.txt b/runtime/doc/various.txt
index 63b279b32..eed7d9c4c 100644
--- a/runtime/doc/various.txt
+++ b/runtime/doc/various.txt
@@ -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