diff runtime/doc/options.txt @ 21154:9f9c26b3ddc5 v8.2.1128

patch 8.2.1128: the write message mentions characters, but it's bytes Commit: https://github.com/vim/vim/commit/3f40ce78f5c178d15871bd784ed878c78f0b8a44 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 5 14:10:13 2020 +0200 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".
author Bram Moolenaar <Bram@vim.org>
date Sun, 05 Jul 2020 14:15:07 +0200
parents 2d3cd9acf853
children 21fb2a3ad3ca
line wrap: on
line diff
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -6730,7 +6730,7 @@ A jump table for the options with a shor
 	 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]"