mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Migrate reference to Changelog.yaml
This commit is contained in:
parent
cfa8f75836
commit
2cf8312e6a
@ -32,7 +32,7 @@ fun! CalibreLog()
|
||||
nnoremap <silent> <buffer> n :call cursor(1+search('\V:::\$', 'n'), 0)<CR>
|
||||
nnoremap <silent> <buffer> yb v/#<CR>t<Space>y:nohl<CR>
|
||||
normal! gg2j
|
||||
edit Changelog.yaml
|
||||
edit Changelog.txt
|
||||
edit src/calibre/constants.py
|
||||
endfun
|
||||
|
||||
|
@ -48,7 +48,7 @@ class Check(Command):
|
||||
if f.endswith('.pyj'):
|
||||
yield f
|
||||
if self.has_changelog_check:
|
||||
yield self.j(self.d(self.SRC), 'Changelog.yaml')
|
||||
yield self.j(self.d(self.SRC), 'Changelog.txt')
|
||||
|
||||
def read_file(self, f):
|
||||
with open(f, 'rb') as f:
|
||||
|
Loading…
x
Reference in New Issue
Block a user