diff 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
line wrap: on
line diff
--- a/autoload/p44vim.vim	Thu Sep 24 22:50:09 2020 -0700
+++ b/autoload/p44vim.vim	Thu Sep 24 22:50:21 2020 -0700
@@ -83,6 +83,10 @@
 
 " Commands {{{
 
+function! p44vim#p4info() abort
+    echom s:run_perforce_command(['info'])
+endfunction
+
 function! p44vim#p4sync(...) abort
     let l:cmd = ['sync'] + a:000
     call s:run_perforce_command(l:cmd)