aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui/input_spec.lua
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 /test/functional/ui/input_spec.lua
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 'test/functional/ui/input_spec.lua')
-rw-r--r--test/functional/ui/input_spec.lua2
1 files changed, 1 insertions, 1 deletions
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.