fix the conditional statement
This commit is contained in:
parent
574a059da6
commit
f406a21fb3
1 changed files with 1 additions and 1 deletions
2
vimrc
2
vimrc
|
@ -110,7 +110,7 @@ if v:version >= 703
|
||||||
" buffergator options
|
" buffergator options
|
||||||
map <C-W>, :BuffergatorToggle<cr>
|
map <C-W>, :BuffergatorToggle<cr>
|
||||||
endif
|
endif
|
||||||
elseif if filereadable(expand("$HOME/.vim/bundle/forked-solarized.vim/colors/solarized.vim"))
|
elseif filereadable(expand("$HOME/.vim/bundle/forked-solarized.vim/colors/solarized.vim"))
|
||||||
set rtp+=~/.vim/bundle/forked-solarized.vim
|
set rtp+=~/.vim/bundle/forked-solarized.vim
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue