aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-02-04 22:17:25 +0800
committerzeertzjq <zeertzjq@outlook.com>2022-02-04 22:17:25 +0800
commit9b0363d365f92b1a31bcf0fc32969a4667c11e95 (patch)
treec1ed6a90c2ed63a155693b8ce8c71d3319e75d4e /runtime
parentcb863d4e1f2c14eca46dda053a0d3062a0802196 (diff)
downloadrneovim-9b0363d365f92b1a31bcf0fc32969a4667c11e95.tar.gz
rneovim-9b0363d365f92b1a31bcf0fc32969a4667c11e95.tar.bz2
rneovim-9b0363d365f92b1a31bcf0fc32969a4667c11e95.zip
vim-patch:8.2.1128: the write message mentions characters, but it's bytes
Problem: The write message mentions characters, but it's actually bytes. Solution: Change "C" to "B" and "characters" to "bytes". https://github.com/vim/vim/commit/3f40ce78f5c178d15871bd784ed878c78f0b8a44
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index 2984a68ea2..6e2bc228d0 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -5462,7 +5462,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]"