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 /^.*:::$/