diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2020-09-29 19:45:32 -0400 |
---|---|---|
committer | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2020-09-29 21:36:00 -0400 |
commit | 83ebe0c9988bd4abeda0f7ca0775d50e050b9e55 (patch) | |
tree | 8dba16a238f44ebec66af02fd15b92d0fc796b2c /test/functional/ui/messages_spec.lua | |
parent | a307489a79450a0f54282f11203ae68577505ab4 (diff) | |
download | rneovim-83ebe0c9988bd4abeda0f7ca0775d50e050b9e55.tar.gz rneovim-83ebe0c9988bd4abeda0f7ca0775d50e050b9e55.tar.bz2 rneovim-83ebe0c9988bd4abeda0f7ca0775d50e050b9e55.zip |
vim-patch:8.1.1992: the search stat moves when wrapping at the end of the buffer
Problem: The search stat moves when wrapping at the end of the buffer.
Solution: Put the "W" in front instead of at the end.
https://github.com/vim/vim/commit/16b58ae9f36e9675c34d942f5d5f8c8a7914dbc4
Diffstat (limited to 'test/functional/ui/messages_spec.lua')
-rw-r--r-- | test/functional/ui/messages_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/ui/messages_spec.lua b/test/functional/ui/messages_spec.lua index efc02db159..5df4a1d533 100644 --- a/test/functional/ui/messages_spec.lua +++ b/test/functional/ui/messages_spec.lua @@ -323,7 +323,7 @@ describe('ui/ext_messages', function() {1:~ }| {1:~ }| ]], messages={ - {content = {{"/line [1/2] W"}}, kind = "search_count"} + {content = {{"/line W [1/2]"}}, kind = "search_count"} }} feed('n') |