From 83fb4cd74ce4c82906e4a296d0e1cb74e1276e54 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 21 May 2019 11:22:04 +1200 Subject: Flesh out a comment --- vim/vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vim') diff --git a/vim/vimrc b/vim/vimrc index b47695db..254325c8 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -173,8 +173,8 @@ if &term =~# '^putty' set ttyfast endif -" No terminal mouse, even if we could; the manual says to set 't_RV', but that -" doesn't seem to work +" No terminal mouse, even if we could; the manual says to set 't_RV', but +" doing that doesn't seem to prevent 'ttyfast' from being set " Not in NeoVim if exists('+ttymouse') && &ttymouse !=# '' set ttymouse= -- cgit v1.2.3