diff options
author | ckelsel <ckelsel@hotmail.com> | 2017-07-16 08:22:49 +0800 |
---|---|---|
committer | ckelsel <ckelsel@hotmail.com> | 2017-07-16 08:22:49 +0800 |
commit | cb95f71f71f665b21848cf25780d83278cd1dcf0 (patch) | |
tree | 4ebdf96b731ae839f8beb326e36dcb0b429bc453 /test/functional/ui | |
parent | 8cc49f9f1ad4edface62284c32f05ef1140d8220 (diff) | |
parent | 4dee942e732d41ad62b732c0a39719d9405bc928 (diff) | |
download | rneovim-cb95f71f71f665b21848cf25780d83278cd1dcf0.tar.gz rneovim-cb95f71f71f665b21848cf25780d83278cd1dcf0.tar.bz2 rneovim-cb95f71f71f665b21848cf25780d83278cd1dcf0.zip |
merge upstream/master
Diffstat (limited to 'test/functional/ui')
-rw-r--r-- | test/functional/ui/mouse_spec.lua | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/functional/ui/mouse_spec.lua b/test/functional/ui/mouse_spec.lua index 35af34015d..3daf92eea0 100644 --- a/test/functional/ui/mouse_spec.lua +++ b/test/functional/ui/mouse_spec.lua @@ -13,9 +13,6 @@ describe('ui/mouse/input', function() clear() meths.set_option('mouse', 'a') meths.set_option('listchars', 'eol:$') - -- set mousetime to very high value to ensure that even in valgrind/travis, - -- nvim will still pick multiple clicks - meths.set_option('mousetime', 5000) screen = Screen.new(25, 5) screen:attach() screen:set_default_attr_ids({ @@ -119,7 +116,6 @@ describe('ui/mouse/input', function() sel = { bold=true }, fill = { reverse=true } }) - screen.timeout = 15000 end) it('in tabline on filler space moves tab to the end', function() |