comparison plugin/p44vim.vim @ 4:52e1502091e0 default tip

Add P4Info command.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 24 Sep 2020 22:50:21 -0700
parents 4aede5f1af45
children
comparison
equal deleted inserted replaced
3:14a272d72b0a 4:52e1502091e0
29 29
30 " }}} 30 " }}}
31 31
32 " P4 Commands {{{ 32 " P4 Commands {{{
33 33
34 command! P4Info :call p44vim#p4info()
34 command! -nargs=* -complete=file P4Sync :call p44vim#p4sync(<f-args>) 35 command! -nargs=* -complete=file P4Sync :call p44vim#p4sync(<f-args>)
35 command! -nargs=* -complete=file P4Edit :call p44vim#p4edit(<f-args>) 36 command! -nargs=* -complete=file P4Edit :call p44vim#p4edit(<f-args>)
36 command! -nargs=* -complete=file P4Revert :call p44vim#p4revert(<f-args>) 37 command! -nargs=* -complete=file P4Revert :call p44vim#p4revert(<f-args>)
37 38
38 " }}} 39 " }}}