From 54cad16a13b03a31e4781e92e63ccc887b738ee4 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 28 May 2013 17:26:49 +0530 Subject: [PATCH] Update vim session to use git --- session.vim | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/session.vim b/session.vim index a67c5ed8e6..5fa80cb377 100644 --- a/session.vim +++ b/session.vim @@ -22,8 +22,10 @@ fun! CalibreLog() " Setup buffers to edit the calibre changelog and version info prior to " making a release. enew - read ! bzr log -l 500 + read ! git log -500 setl nomodifiable noswapfile buftype=nofile + setl ft=git + normal! gg edit Changelog.yaml edit src/calibre/constants.py endfun