Mercurial > vim-p44vim
comparison autoload/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 | 14a272d72b0a |
children |
comparison
equal
deleted
inserted
replaced
3:14a272d72b0a | 4:52e1502091e0 |
---|---|
81 | 81 |
82 " }}} | 82 " }}} |
83 | 83 |
84 " Commands {{{ | 84 " Commands {{{ |
85 | 85 |
86 function! p44vim#p4info() abort | |
87 echom s:run_perforce_command(['info']) | |
88 endfunction | |
89 | |
86 function! p44vim#p4sync(...) abort | 90 function! p44vim#p4sync(...) abort |
87 let l:cmd = ['sync'] + a:000 | 91 let l:cmd = ['sync'] + a:000 |
88 call s:run_perforce_command(l:cmd) | 92 call s:run_perforce_command(l:cmd) |
89 endfunction | 93 endfunction |
90 | 94 |