diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-01-28 14:30:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-28 14:30:57 +0100 |
commit | 81525dc5c35c350c1e7e29c625368263cc8b3e33 (patch) | |
tree | b2c927a5a3f3a6a5ff5359d73cd1b06e3845f1fc /test | |
parent | 5527754f95df4a7e56aa4ad6db0b3b9ac9b07a9e (diff) | |
download | rneovim-81525dc5c35c350c1e7e29c625368263cc8b3e33.tar.gz rneovim-81525dc5c35c350c1e7e29c625368263cc8b3e33.tar.bz2 rneovim-81525dc5c35c350c1e7e29c625368263cc8b3e33.zip |
defaults: Revert 'mouse=a' (#6022)
This default causes too much confusion for terminal users. Until
a better approach is implemented, revert to the traditional default.
Better solution would be:
- Implement a right-click menu for TUI
- Set 'mouse=a' *only* if clipboard is working.
Closes #5938
Diffstat (limited to 'test')
-rw-r--r-- | test/functional/clipboard/clipboard_provider_spec.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/functional/clipboard/clipboard_provider_spec.lua b/test/functional/clipboard/clipboard_provider_spec.lua index 15977b9777..2b26697b97 100644 --- a/test/functional/clipboard/clipboard_provider_spec.lua +++ b/test/functional/clipboard/clipboard_provider_spec.lua @@ -438,6 +438,8 @@ describe('clipboard usage', function() end) it('handles middleclick correctly', function() + execute('set mouse=a') + local screen = Screen.new(30, 5) screen:attach() insert([[ |