Adding a test around my vim mouse settings to see if it is available
This commit is contained in:
6
vimrc
6
vimrc
@@ -50,8 +50,10 @@ Bundle 'bitc/vim-hdevtools'
|
||||
filetype plugin indent on " last Vundle requirement
|
||||
|
||||
" mouse
|
||||
set mouse=a
|
||||
set ttymouse=xterm
|
||||
if has("mouse")
|
||||
set mouse=a
|
||||
set ttymouse=xterm
|
||||
endif
|
||||
|
||||
" general goodness
|
||||
set shell=/bin/bash " Syntastic breaks when trying to write to /var/folders
|
||||
|
||||
Reference in New Issue
Block a user