Indentation fix.

This commit is contained in:
Ryan Cavicchioni 2012-09-27 15:21:25 -05:00
parent f2b7e2ad8e
commit c8a0f0c3f1

View File

@ -125,6 +125,6 @@ Bundle 'https://github.com/jonathanfilip/vim-lucius.git'
filetype plugin indent on
" If it exists, include user's local vim config
if filereadable(expand("~/.vimrc.local"))
source ~/.vimrc.local
endif
if filereadable(expand("~/.vimrc.local"))
source ~/.vimrc.local
endif