mirror of
https://github.com/prabirshrestha/async.vim.git
synced 2025-12-23 12:14:19 +01:00
8 lines
199 B
VimL
8 lines
199 B
VimL
if exists('g:async_vim')
|
|
finish
|
|
endif
|
|
let g:async_vim = 1
|
|
|
|
" :AsyncEmbed path=./autoload/myplugin/job.vim namespace=myplugin#job
|
|
command! -nargs=+ AsyncEmbed :call async#embedder#embed(<f-args>)
|