mirror of
https://github.com/neovim/neovim.git
synced 2025-12-09 16:12:48 +00:00
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".
3f40ce78f5
This commit is contained in:
@@ -165,7 +165,7 @@ describe('input non-printable chars', function()
|
||||
{1:~ }|
|
||||
{1:~ }|
|
||||
{1:~ }|
|
||||
"Xtest-overwrite" [noeol] 1L, 6C |
|
||||
"Xtest-overwrite" [noeol] 1L, 6B |
|
||||
]])
|
||||
|
||||
-- The timestamp is in second resolution, wait two seconds to be sure.
|
||||
|
||||
Reference in New Issue
Block a user