summaryrefslogtreecommitdiffstats
path: root/runtime/doc/options.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/options.txt
parent11505dcd2b4bf7ab892549f4ce29c0dbc53aac8b (diff)
In Visual mode with 'showcmd' display the number of bytes and characters.
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r--runtime/doc/options.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index b48030f128..860730f4f4 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -6065,6 +6065,8 @@ A jump table for the options with a short description can be found at |Q_op|.
option off if your terminal is slow.
In Visual mode the size of the selected area is shown:
- When selecting characters within a line, the number of characters.
+ If the number of bytes is different it is also displayed: "2-6"
+ means two characters and six bytes.
- When selecting more than one line, the number of lines.
- When selecting a block, the size in screen characters:
{lines}x{columns}.