From 17d170dc4992e9673d02354961bdaf2a24964817 Mon Sep 17 00:00:00 2001 From: Bob Hiestand Date: Wed, 28 Feb 2007 17:39:47 +0000 Subject: [PATCH] r23@localhost: bob | 2007-02-28 11:34:12 -0600 Changed the SVK implementation of VCSAnnotate to remove header lines from the command output. git-svn-id: https://vcscommand.googlecode.com/svn/trunk@16 e7462f97-9721-0410-a4e7-d7c98e439057 --- plugin/vcssvk.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/vcssvk.vim b/plugin/vcssvk.vim index 8e146fd..ee035b5 100644 --- a/plugin/vcssvk.vim +++ b/plugin/vcssvk.vim @@ -105,6 +105,7 @@ function! s:svkFunctions.Annotate(argList) let resultBuffer = s:DoCommand('blame' . options, 'annotate', caption) if resultBuffer > 0 + normal 1G2dd set filetype=SVKAnnotate endif return resultBuffer -- 2.11.4.GIT