summaryrefslogtreecommitdiffstats
path: root/runtime/doc/map.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-07-17 12:47:16 +0200
committerBram Moolenaar <Bram@vim.org>2010-07-17 12:47:16 +0200
commitf91787cb9adc47cadea5d17b08d075a15a2e00f4 (patch)
treec88be44c3b47c44d14e815b03d742d71f2102b32 /runtime/doc/map.txt
parent11505dcd2b4bf7ab892549f4ce29c0dbc53aac8b (diff)
In Visual mode with 'showcmd' display the number of bytes and characters.
Diffstat (limited to 'runtime/doc/map.txt')
-rw-r--r--runtime/doc/map.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/map.txt b/runtime/doc/map.txt
index 8ac05b01f6..1cb0675c84 100644
--- a/runtime/doc/map.txt
+++ b/runtime/doc/map.txt
@@ -594,7 +594,7 @@ otherwise you would not be able to use those commands anymore. Here are a few
suggestions:
- Function keys <F2>, <F3>, etc.. Also the shifted function keys <S-F1>,
<S-F2>, etc. Note that <F1> is already used for the help command.
-- Meta-keys (with the ALT key pressed). Depending on your keybord accented
+- Meta-keys (with the ALT key pressed). Depending on your keyboard accented
characters may be used as well. |:map-alt-keys|
- Use the '_' or ',' character and then any other character. The "_" and ","
commands do exist in Vim (see |_| and |,|), but you probably never use them.
@@ -767,7 +767,7 @@ g@{motion} Call the function set by the 'operatorfunc' option.
The function is called with one String argument:
"line" {motion} was |linewise|
"char" {motion} was |characterwise|
- "block" {motion} was |blockwise-visual||
+ "block" {motion} was |blockwise-visual|
Although "block" would rarely appear, since it can
only result from Visual mode where "g@" is not useful.
{not available when compiled without the +eval