From d89753f45487653beef759c8518da70bf27cc757 Mon Sep 17 00:00:00 2001 From: Bob Hiestand Date: Fri, 8 Jan 2010 10:16:25 -0600 Subject: [PATCH] vcshg: Added split annotate view. --- plugin/vcshg.vim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugin/vcshg.vim b/plugin/vcshg.vim index 451f62f..a053f5e 100644 --- a/plugin/vcshg.vim +++ b/plugin/vcshg.vim @@ -281,6 +281,9 @@ function! s:hgFunctions.Update(argList) return s:DoCommand('update', 'update', '', {}) endfunction +" Annotate setting {{{2 +let s:hgFunctions.AnnotateSplitRegex = '\d\+: ' + " Section: Plugin Registration {{{1 let s:VCSCommandUtility = VCSCommandRegisterModule('HG', expand(''), s:hgFunctions, []) -- 2.11.4.GIT