1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 02:30:05 +08:00
SpaceVim/bundle/defx.nvim/plugin/defx.vim
2020-06-13 14:06:35 +08:00

15 lines
455 B
VimL
Vendored

"=============================================================================
" FILE: defx.vim
" AUTHOR: Shougo Matsushita <Shougo.Matsu at gmail.com>
" License: MIT license
"=============================================================================
if exists('g:loaded_defx')
finish
endif
let g:loaded_defx = 1
command! -nargs=* -range -bar -complete=customlist,defx#util#complete
\ Defx
\ call defx#util#call_defx('Defx', <q-args>)