diff options
author | zeertzjq <zeertzjq@outlook.com> | 2024-12-19 07:59:03 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-18 23:59:03 +0000 |
commit | 02bc40c19401ea9f7529cbc81bd18bd01c39bb3c (patch) | |
tree | a1995161f84fe7d580aa458aedd5c1bd87df702c /test/functional/ui/mode_spec.lua | |
parent | 160cbd0ef4c905b849beb969e8b5a56064c7cea7 (diff) | |
download | rneovim-02bc40c19401ea9f7529cbc81bd18bd01c39bb3c.tar.gz rneovim-02bc40c19401ea9f7529cbc81bd18bd01c39bb3c.tar.bz2 rneovim-02bc40c19401ea9f7529cbc81bd18bd01c39bb3c.zip |
vim-patch:9.1.0945: ComplMatchIns highlight doesn't end after inserted text (#31628)
Problem: ComplMatchIns highlight doesn't end after inserted text.
Solution: Handle ComplMatchIns highlight more like search highlight.
Fix off-by-one error. Handle deleting text properly.
(zeertzjq)
closes: vim/vim#16244
https://github.com/vim/vim/commit/f25d8f9312a24da2727671560a865888812ab8d9
Diffstat (limited to 'test/functional/ui/mode_spec.lua')
-rw-r--r-- | test/functional/ui/mode_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/ui/mode_spec.lua b/test/functional/ui/mode_spec.lua index 69b38f3ff3..01f4dda227 100644 --- a/test/functional/ui/mode_spec.lua +++ b/test/functional/ui/mode_spec.lua @@ -94,7 +94,7 @@ describe('ui mode_change event', function() } end) - -- oldtest: Test_indent_norm_with_gq() + -- oldtest: Test_mouse_shape_indent_norm_with_gq() it('is restored to Normal mode after "gq" indents using :normal #12309', function() screen:try_resize(60, 6) n.exec([[ |