From 8f9528e517367041a216a98f5b5a6800bb9526f2 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 20 Jun 2013 09:19:35 +0530 Subject: [PATCH] ... --- session.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/session.vim b/session.vim index a513afc2ec..a786e71451 100644 --- a/session.vim +++ b/session.vim @@ -25,7 +25,7 @@ fun! CalibreLog() " Setup buffers to edit the calibre changelog and version info prior to " making a release. enew - read ! git log --first-parent "--pretty=\%an:::\%n\%s\%n\%b\%n" -500 + read ! git log "--pretty=\%an:::\%n\%s\%n\%b\%n" -500 setl nomodifiable noswapfile buftype=nofile hi def link au Keyword syntax match au /^.*:::$/