.config/nvim/plugin/vimrc/commands.vim

changeset 1025
9dfc1a5a52dc
parent 1022
d509e282ae10
child 1078
aa4c1aa529a5
--- a/.config/nvim/plugin/vimrc/commands.vim
+++ b/.config/nvim/plugin/vimrc/commands.vim
@@ -8,10 +8,6 @@ command! SyntaxCompleteOn setl omnifunc=
 command! Mksession execute "mksession! " . v:this_session
 command! PruneSession call vimrc#PruneSession()
 
-command! -nargs=* -complete=file Tig      call tig#Tig(<f-args>)
-command!                         TigBlame call tig#TigBlame()
-command!                         TigLog   call tig#Tig('log', '-p', '--', expand('%'))
-
 " Preview markdown mail -- I edit with headers so I box them in a code block.
 command! MailPreview     enew | set bt=nofile | 0r # | exe 'norm! 0O```<Esc>}O```' | silent exe '%!mutt-md2html | mutt-html2txt' | 0
 command! MailPreviewHTML enew | set bt=nofile | setf html | 0r # | exe 'norm! 0O```<Esc>}O```' | silent exe '%!mutt-md2html' | 0

mercurial