Explicitly load plugin files to ensure all keybindings are loaded [Close #24]

This commit is contained in:
Yan Pritzker 2012-02-28 11:43:55 -08:00
parent dc965647f0
commit ac7efd9cf1

3
vimrc
View File

@ -94,3 +94,6 @@ set scrolloff=8 "Start scrolling when we're 8 lines away from margins
set sidescrolloff=15
set sidescroll=1
for f in split(glob('~/.vim/plugin/settings/*.vim'), '\n')
exe 'source' f
endfor