Make minpac commands have consistent format
This commit is contained in:
parent
d555afe61e
commit
b493ad17e5
@ -1,8 +1,10 @@
|
|||||||
" minpac
|
" minpac
|
||||||
command! PackUpdate packadd minpac | source $MYVIMRC |
|
command! PackUpdate packadd minpac | source $MYVIMRC |
|
||||||
\ call minpac#update('', {'do': 'call minpac#status()'})
|
\ call minpac#update('', {'do': 'call minpac#status()'})
|
||||||
command! PackStatus packadd minpac | source $MYVIMRC | call minpac#status()
|
command! PackStatus packadd minpac | source $MYVIMRC |
|
||||||
command! PackClean packadd minpac | source $MYVIMRC | call minpac#clean()
|
\ call minpac#status()
|
||||||
|
command! PackClean packadd minpac | source $MYVIMRC |
|
||||||
|
\ call minpac#clean()
|
||||||
|
|
||||||
" Sort Python Imports
|
" Sort Python Imports
|
||||||
command! ISort call do#isort()
|
command! ISort call do#isort()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user