Skip to content

Commit

Permalink
patch 9.0.1168 sets the correct mouse mode, so don't change it if we …
Browse files Browse the repository at this point in the history
…have that
  • Loading branch information
m42a committed Apr 25, 2023
1 parent 4d535e2 commit fbba87c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ set ttyfast
set grepprg="grep -nH $*"
set spellfile=~/.vim/custom.UTF-8.add
"set spell
if &term == 'rxvt-unicode-256color'
if &term == 'rxvt-unicode-256color' && !has('patch-9.0.1168')
set ttymouse=urxvt
endif
syn on
Expand Down

0 comments on commit fbba87c

Please sign in to comment.