Skip to content

Commit

Permalink
vimrc: don't enable balloonevalterm for now
Browse files Browse the repository at this point in the history
  • Loading branch information
lilydjwg committed Dec 4, 2020
1 parent 46c0ed5 commit 311eeb5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -494,9 +494,10 @@ if !has("patch-8.1.1270")
catch /.*/
endtry
endif
if exists('&balloonevalterm')
set balloonevalterm
endif
" will make termux mouse not work https://github.com/vim/vim/issues/7422
" if exists('&balloonevalterm')
" set balloonevalterm
" endif
try
set signcolumn=number
catch /.*/
Expand Down

0 comments on commit 311eeb5

Please sign in to comment.