diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-07-05 14:10:13 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-07-05 14:10:13 +0200 |
commit | 3f40ce78f5c178d15871bd784ed878c78f0b8a44 (patch) | |
tree | cb2327e80d60d61e31698721782e8b37187f5bfd /runtime | |
parent | fb9d5c51c8b5b44863f974e1adbee9ae330e75ff (diff) | |
download | vim-git-3f40ce78f5c178d15871bd784ed878c78f0b8a44.tar.gz |
patch 8.2.1128: the write message mentions characters, but it's bytesv8.2.1128
Problem: The write message mentions characters, but it's actually bytes.
Solution: Change "C" to "B" and "characters" to "bytes".
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index bd6cc62d6..109fc1614 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -6730,7 +6730,7 @@ A jump table for the options with a short description can be found at |Q_op|. flag meaning when present ~ f use "(3 of 5)" instead of "(file 3 of 5)" i use "[noeol]" instead of "[Incomplete last line]" - l use "999L, 888C" instead of "999 lines, 888 characters" + l use "999L, 888B" instead of "999 lines, 888 bytes" m use "[+]" instead of "[Modified]" n use "[New]" instead of "[New File]" r use "[RO]" instead of "[readonly]" |