Adding a test around my vim mouse settings to see if it is available
This commit is contained in:
parent
9b2e06a713
commit
80c39a0d91
1 changed files with 4 additions and 2 deletions
2
vimrc
2
vimrc
|
|
@ -50,8 +50,10 @@ Bundle 'bitc/vim-hdevtools'
|
||||||
filetype plugin indent on " last Vundle requirement
|
filetype plugin indent on " last Vundle requirement
|
||||||
|
|
||||||
" mouse
|
" mouse
|
||||||
|
if has("mouse")
|
||||||
set mouse=a
|
set mouse=a
|
||||||
set ttymouse=xterm
|
set ttymouse=xterm
|
||||||
|
endif
|
||||||
|
|
||||||
" general goodness
|
" general goodness
|
||||||
set shell=/bin/bash " Syntastic breaks when trying to write to /var/folders
|
set shell=/bin/bash " Syntastic breaks when trying to write to /var/folders
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue