diff options
author | zeertzjq <zeertzjq@outlook.com> | 2022-02-04 22:17:25 +0800 |
---|---|---|
committer | zeertzjq <zeertzjq@outlook.com> | 2022-02-04 22:17:25 +0800 |
commit | 9b0363d365f92b1a31bcf0fc32969a4667c11e95 (patch) | |
tree | c1ed6a90c2ed63a155693b8ce8c71d3319e75d4e /test | |
parent | cb863d4e1f2c14eca46dda053a0d3062a0802196 (diff) | |
download | rneovim-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 'test')
-rw-r--r-- | test/functional/autocmd/focus_spec.lua | 2 | ||||
-rw-r--r-- | test/functional/ui/input_spec.lua | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/functional/autocmd/focus_spec.lua b/test/functional/autocmd/focus_spec.lua index 3f9a0ad09b..e3c9e1f9ee 100644 --- a/test/functional/autocmd/focus_spec.lua +++ b/test/functional/autocmd/focus_spec.lua @@ -56,7 +56,7 @@ describe('autoread TUI FocusGained/FocusLost', function() line 3 | line 4 | {5:xtest-foo }| - "xtest-foo" 4L, 28C | + "xtest-foo" 4L, 28B | {3:-- TERMINAL --} | ]]} end) diff --git a/test/functional/ui/input_spec.lua b/test/functional/ui/input_spec.lua index 11718a6e18..78f4c6ddd3 100644 --- a/test/functional/ui/input_spec.lua +++ b/test/functional/ui/input_spec.lua @@ -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. |