Remove transitional support
This commit is contained in:
parent
e4b975eaec
commit
c657faaf4e
@ -1476,28 +1476,6 @@ augroup fireplace_command
|
|||||||
\ call s:RunTests(<bang>0, <f-args>)
|
\ call s:RunTests(<bang>0, <f-args>)
|
||||||
augroup END
|
augroup END
|
||||||
|
|
||||||
" }}}1
|
|
||||||
" Legacy {{{1
|
|
||||||
|
|
||||||
if !empty(findfile('plugin/leiningen.vim', escape(&rtp, ' '))) && !empty(findfile('plugin/projectionist.vim', escape(&rtp, ' ')))
|
|
||||||
finish
|
|
||||||
endif
|
|
||||||
|
|
||||||
augroup fireplace_alternate
|
|
||||||
autocmd!
|
|
||||||
autocmd FileType clojure call s:define_alternates()
|
|
||||||
augroup END
|
|
||||||
|
|
||||||
function! s:define_alternates() abort
|
|
||||||
if exists(':A') == 2
|
|
||||||
return
|
|
||||||
endif
|
|
||||||
command! -buffer -bar -bang A echoerr 'Install leiningen.vim and projectionist.vim to continue using :A'
|
|
||||||
command! -buffer -bar -bang AS echoerr 'Install leiningen.vim and projectionist.vim to continue using :A'
|
|
||||||
command! -buffer -bar -bang AV echoerr 'Install leiningen.vim and projectionist.vim to continue using :A'
|
|
||||||
command! -buffer -bar -bang AT echoerr 'Install leiningen.vim and projectionist.vim to continue using :A'
|
|
||||||
endfunction
|
|
||||||
|
|
||||||
" }}}1
|
" }}}1
|
||||||
|
|
||||||
" vim:set et sw=2:
|
" vim:set et sw=2:
|
||||||
|
Loading…
Reference in New Issue
Block a user