mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
...
This commit is contained in:
parent
0f2d569f16
commit
8f9528e517
@ -25,7 +25,7 @@ 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 ! 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
|
setl nomodifiable noswapfile buftype=nofile
|
||||||
hi def link au Keyword
|
hi def link au Keyword
|
||||||
syntax match au /^.*:::$/
|
syntax match au /^.*:::$/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user