diff plugin/lawrencium.vim @ 110:e66df94ebceb

adding HgCmdPost custom autocmd
author Ghennadi Pilipenco <pilipenco@molecularhealth.com>
date Tue, 16 Sep 2014 22:53:48 +0200
parents 497f7a481599
children 01edb7c58e0c
line wrap: on
line diff
--- 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')