aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2017-01-28 14:30:57 +0100
committerGitHub <noreply@github.com>2017-01-28 14:30:57 +0100
commit81525dc5c35c350c1e7e29c625368263cc8b3e33 (patch)
treeb2c927a5a3f3a6a5ff5359d73cd1b06e3845f1fc /runtime
parent5527754f95df4a7e56aa4ad6db0b3b9ac9b07a9e (diff)
downloadrneovim-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 'runtime')
-rw-r--r--runtime/doc/vim_diff.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt
index ae0bd5a867..20002c1118 100644
--- a/runtime/doc/vim_diff.txt
+++ b/runtime/doc/vim_diff.txt
@@ -47,7 +47,6 @@ these differences.
- 'langnoremap' is set by default
- 'laststatus' defaults to 2 (statusline is always shown)
- 'listchars' defaults to "tab:> ,trail:-,nbsp:+"
-- 'mouse' defaults to "a"
- 'nocompatible' is always set
- 'nrformats' defaults to "bin,hex"
- 'sessionoptions' doesn't include "options"