diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2016-01-21 02:35:15 -0500 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2016-01-21 02:35:15 -0500 |
commit | bcbcf235f61bd75f965f35897784ea618fe7acb8 (patch) | |
tree | 029b0d6453fff1e92e9cdcd866eef49595fe93f1 /test/functional/ui/mouse_spec.lua | |
parent | 5bfbf968dd9460398423c8c39868c07f863cd13f (diff) | |
parent | a118abca77a620dc848991380470576300f27680 (diff) | |
download | rneovim-bcbcf235f61bd75f965f35897784ea618fe7acb8.tar.gz rneovim-bcbcf235f61bd75f965f35897784ea618fe7acb8.tar.bz2 rneovim-bcbcf235f61bd75f965f35897784ea618fe7acb8.zip |
Merge pull request #4012 from jbradaric/vim-7.4.729
vim-patch:7.4.729
Diffstat (limited to 'test/functional/ui/mouse_spec.lua')
-rw-r--r-- | test/functional/ui/mouse_spec.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/ui/mouse_spec.lua b/test/functional/ui/mouse_spec.lua index 30f37a7463..b3992c4a89 100644 --- a/test/functional/ui/mouse_spec.lua +++ b/test/functional/ui/mouse_spec.lua @@ -14,6 +14,7 @@ describe('Mouse input', function() before_each(function() clear() nvim('set_option', 'mouse', 'a') + nvim('set_option', 'listchars', 'eol:$') -- set mouset to very high value to ensure that even in valgrind/travis, -- nvim will still pick multiple clicks nvim('set_option', 'mouset', 5000) |