diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-07-17 12:47:16 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-07-17 12:47:16 +0200 |
commit | f91787cb9adc47cadea5d17b08d075a15a2e00f4 (patch) | |
tree | c88be44c3b47c44d14e815b03d742d71f2102b32 /runtime/doc/map.txt | |
parent | 11505dcd2b4bf7ab892549f4ce29c0dbc53aac8b (diff) | |
download | vim-git-f91787cb9adc47cadea5d17b08d075a15a2e00f4.tar.gz |
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.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/map.txt b/runtime/doc/map.txt index 8ac05b01f..1cb0675c8 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 |