Update vim session to use git

This commit is contained in:
Kovid Goyal 2013-05-28 17:26:49 +05:30
parent 7f0f7ce605
commit 54cad16a13

View File

@ -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