aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-05-17 00:04:47 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-05-17 00:10:36 +1200
commitf1959d5b9842c86ddc6358d5e2b754ad8e9dbb01 (patch)
tree7e0c02f1bf212c96a252c0db95fec8ed5076655c
parentRestore 'ttymouse' option existence test (diff)
downloaddotfiles-f1959d5b9842c86ddc6358d5e2b754ad8e9dbb01.tar.gz
dotfiles-f1959d5b9842c86ddc6358d5e2b754ad8e9dbb01.zip
Add note about 'ttymouse' option existence
-rw-r--r--vim/vimrc5
1 files changed, 3 insertions, 2 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 5e3508f0..2b63ab2b 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -173,8 +173,9 @@ set showbreak=...
set splitbelow " Below the current window, not above
set splitright " Right of the current window, not left
-" No terminal mouse, even if we could
-" The manual says to set 't_RV', but I don't like that
+" No terminal mouse, even if we could; the manual says to set 't_RV', but I
+" don't like that
+" Not in NeoVim
if exists('+ttymouse') && &ttymouse !=# ''
set ttymouse=
endif