aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-05-20 10:26:59 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-05-20 10:26:59 +1200
commit9ae78fdbc8ca553628cc61d43cdb2b30134fdb2e (patch)
tree879e86344bcb4dd43b2f6dd310b7c07009b39268
parentRemove a redundant sentence (diff)
downloaddotfiles-9ae78fdbc8ca553628cc61d43cdb2b30134fdb2e.tar.gz
dotfiles-9ae78fdbc8ca553628cc61d43cdb2b30134fdb2e.zip
Follow the manual's instructions for 'ttymouse'
-rw-r--r--vim/vimrc8
1 files changed, 2 insertions, 6 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 795906ab..96d45fc8 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -175,12 +175,8 @@ if &term =~# '^putty'
set ttyfast
endif
-" 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
+" No 'ttymouse' (terminal mouse), even if we could
+set t_RV=
" Try to keep persistent undo files in one system-appropriate directory
" (v7.2.438), including full encoded path in filename (trailing double slash)