aboutsummaryrefslogtreecommitdiff
path: root/test/functional/options/cursorbind_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/options/cursorbind_spec.lua')
-rw-r--r--test/functional/options/cursorbind_spec.lua13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/functional/options/cursorbind_spec.lua b/test/functional/options/cursorbind_spec.lua
index 3e8545a065..f762808dd6 100644
--- a/test/functional/options/cursorbind_spec.lua
+++ b/test/functional/options/cursorbind_spec.lua
@@ -74,5 +74,18 @@ describe("'cursorbind'", function()
{3:[No Name] [+] }{2:[No Name] [+] }|
|
]])
+ command('windo :set nocursorline nocursorcolumn')
+ feed('0')
+ feed('40l')
+ screen:expect([[
+ kk ll mm nn oo pp qq{3:│} bb cc dd ee ff gg hh ii jj kk ll mm n^n|
+ {3:│} |
+ {3:│} |
+ {3:│} |
+ {3:│} |
+ {1:~ }{3:│}{1:~ }|
+ {3:[No Name] [+] }{2:[No Name] [+] }|
+ |
+ ]])
end)
end)