summaryrefslogtreecommitdiff
path: root/runtime/doc/various.txt
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/doc/various.txt
parent8bcf9654dcb00a8534a523d6924c16f961338315 (diff)
downloadvim-git-46f9d4960161284182b11240783f427816700ab1.tar.gz
Update help files.
Diffstat (limited to 'runtime/doc/various.txt')
-rw-r--r--runtime/doc/various.txt3
1 files changed, 2 insertions, 1 deletions
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