mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Update vim session to use git
This commit is contained in:
parent
7f0f7ce605
commit
54cad16a13
@ -22,8 +22,10 @@ fun! CalibreLog()
|
|||||||
" Setup buffers to edit the calibre changelog and version info prior to
|
" Setup buffers to edit the calibre changelog and version info prior to
|
||||||
" making a release.
|
" making a release.
|
||||||
enew
|
enew
|
||||||
read ! bzr log -l 500
|
read ! git log -500
|
||||||
setl nomodifiable noswapfile buftype=nofile
|
setl nomodifiable noswapfile buftype=nofile
|
||||||
|
setl ft=git
|
||||||
|
normal! gg
|
||||||
edit Changelog.yaml
|
edit Changelog.yaml
|
||||||
edit src/calibre/constants.py
|
edit src/calibre/constants.py
|
||||||
endfun
|
endfun
|
||||||
|
Loading…
x
Reference in New Issue
Block a user