# HG changeset patch # User Ghennadi Pilipenco # Date 1410900828 -7200 # Node ID e66df94ebcebc5f806c225eb932d53a6449f39c1 # Parent 8ec747b13dc12dd653e2ec715c939596b3b2457e adding HgCmdPost custom autocmd diff -r 8ec747b13dc1 -r e66df94ebceb plugin/lawrencium.vim --- a/plugin/lawrencium.vim Mon Sep 01 08:41:47 2014 -0700 +++ b/plugin/lawrencium.vim Tue Sep 16 22:53:48 2014 +0200 @@ -879,6 +879,7 @@ if g:lawrencium_auto_cd execute 'cd! -' endif + silent doautocmd User HgCmdPost if a:bang " Open the output of the command in a temp file. let l:temp_file = s:tempname('hg-output-', '.txt')