mirror of
https://github.com/neovim/neovim.git
synced 2025-11-05 18:24:22 +00:00
Add eol to listchars for mouse specification tests
This is consistent with VIM behavior. When showing a visual selection, VIM only extends it past the last character if eol is in listchars (even if nolist is set).
This commit is contained in:
@@ -14,6 +14,7 @@ describe('Mouse input', function()
|
|||||||
before_each(function()
|
before_each(function()
|
||||||
clear()
|
clear()
|
||||||
nvim('set_option', 'mouse', 'a')
|
nvim('set_option', 'mouse', 'a')
|
||||||
|
nvim('set_option', 'listchars', 'eol:$')
|
||||||
-- set mouset to very high value to ensure that even in valgrind/travis,
|
-- set mouset to very high value to ensure that even in valgrind/travis,
|
||||||
-- nvim will still pick multiple clicks
|
-- nvim will still pick multiple clicks
|
||||||
nvim('set_option', 'mouset', 5000)
|
nvim('set_option', 'mouset', 5000)
|
||||||
|
|||||||
Reference in New Issue
Block a user