Merge pull request #4012 from jbradaric/vim-7.4.729

vim-patch:7.4.729
This commit is contained in:
Justin M. Keyes
2016-01-21 02:35:15 -05:00
3 changed files with 7 additions and 6 deletions

View File

@@ -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)