aboutsummaryrefslogtreecommitdiff
path: root/test/functional/example_spec.lua
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2019-03-19 12:24:41 +0100
committerGitHub <noreply@github.com>2019-03-19 12:24:41 +0100
commit6f7b81bd6d555a52ec310c45990a9c4caf84166f (patch)
tree68aa052ee52b70efa01967a040099bd8443844b1 /test/functional/example_spec.lua
parentad3b312cf5fd78fd72c5d3aa24257bd2a3c76496 (diff)
downloadrneovim-6f7b81bd6d555a52ec310c45990a9c4caf84166f.tar.gz
rneovim-6f7b81bd6d555a52ec310c45990a9c4caf84166f.tar.bz2
rneovim-6f7b81bd6d555a52ec310c45990a9c4caf84166f.zip
vim-patch:8.1.{0849,1001}: 'cursorline' highlight #9757
- Lua test correctly fails when 8.1.0849 is reverted. - 8.1.1001 bug does not manifest in Neovim. vim-patch:8.1.0849: cursorline highlight is not always updated Problem: Cursorline highlight is not always updated. Solution: Set w_last_cursorline when redrawing. Fix resetting cursor flags when using the popup menu. https://github.com/vim/vim/commit/c07ff5c60ad35982e9cdaa9dd72d3d1669935e87 vim-patch:8.1.1001: Visual area not correct when using 'cursorline' Problem: Visual area not correct when using 'cursorline'. Solution: Update w_last_cursorline also in Visual mode. (Hirohito Higashi, closes vim/vim#4086) https://github.com/vim/vim/commit/8156ed37558231a8167a1a61a147713d84c9af59
Diffstat (limited to 'test/functional/example_spec.lua')
-rw-r--r--test/functional/example_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/example_spec.lua b/test/functional/example_spec.lua
index bb22633c1b..883fe4ba63 100644
--- a/test/functional/example_spec.lua
+++ b/test/functional/example_spec.lua
@@ -17,7 +17,7 @@ describe('example', function()
} )
end)
- it("works with buffer switch and 'hidden'", function()
+ it('screen test', function()
-- Do some stuff.
feed('iline1<cr>line2<esc>')