Adding a test around my vim mouse settings to see if it is available

This commit is contained in:
Dustin Swan
2013-02-19 16:16:11 -06:00
parent 9b2e06a713
commit 80c39a0d91

2
vimrc
View File

@@ -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