Prepare for extraction of leiningen support

This commit is contained in:
Tim Pope 2014-04-20 18:53:01 -04:00
parent 2d1f3088b2
commit e974dd4766
1 changed files with 4 additions and 0 deletions

View File

@ -1443,6 +1443,10 @@ augroup END
" }}}1 " }}}1
" Alternate {{{1 " Alternate {{{1
if !empty(findfile('plugin/leiningen.vim', escape(&rtp, ' ')))
finish
endif
augroup fireplace_alternate augroup fireplace_alternate
autocmd! autocmd!
autocmd FileType clojure command! -buffer -bar -bang A :exe s:Alternate('edit<bang>') autocmd FileType clojure command! -buffer -bar -bang A :exe s:Alternate('edit<bang>')