migrate vim configuration files

This commit is contained in:
Ray Elliott 2020-03-19 15:47:31 +00:00
commit b4ae067792
59 changed files with 10296 additions and 0 deletions

View file

@ -0,0 +1,9 @@
function! ft#compileeruby#CompileEruby(reload) abort
silent execute 'update | edit'
execute '!erb -T - % > %:r.vim'
if a:reload
source $MYVIMRC
endif
endfunction