Add TigLog

Mon, 29 Jun 2020 16:25:06 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Mon, 29 Jun 2020 16:25:06 -0500
changeset 877
17b523f558f2
parent 876
9702221eb0f6
child 878
ab714f06ef57

Add TigLog

.vimrc file | annotate | diff | comparison | revisions
--- a/.vimrc
+++ b/.vimrc
@@ -128,6 +128,7 @@ command! Mksession execute "mksession! "
 
 command! -nargs=* -complete=file Tig      call tig#Tig(<f-args>)
 command!                         TigBlame call tig#TigBlame()
+command!                         TigLog   call tig#Tig('log', '-p', '--', expand('%'))
 
 command! -nargs=* -complete=file -bar Ag call vimrc#Ag(<q-args>)
 CAlias Rg Ag

mercurial