diff options
author | zeertzjq <zeertzjq@outlook.com> | 2022-02-04 23:07:21 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-04 23:07:21 +0800 |
commit | dcbf9f93e9038d9b4eb782aff2a07e2560f6e04e (patch) | |
tree | d3a0d9ec25d475417134efe24f0fadc3593f5a46 /runtime | |
parent | c50cea3de4480014a6108285eb2d530886cc8303 (diff) | |
parent | 9b0363d365f92b1a31bcf0fc32969a4667c11e95 (diff) | |
download | rneovim-dcbf9f93e9038d9b4eb782aff2a07e2560f6e04e.tar.gz rneovim-dcbf9f93e9038d9b4eb782aff2a07e2560f6e04e.tar.bz2 rneovim-dcbf9f93e9038d9b4eb782aff2a07e2560f6e04e.zip |
Merge pull request #17288 from zeertzjq/vim-8.2.1128
vim-patch:8.2.1128: the write message mentions characters, but it's 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 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]" |