From 2cf8312e6a2eb07ca1bde10df6ad9333c8002a55 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 29 Oct 2020 11:53:26 +0530 Subject: [PATCH] Migrate reference to Changelog.yaml --- session.vim | 2 +- setup/check.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/session.vim b/session.vim index 34062ff947..88648bafb2 100644 --- a/session.vim +++ b/session.vim @@ -32,7 +32,7 @@ fun! CalibreLog() nnoremap n :call cursor(1+search('\V:::\$', 'n'), 0) nnoremap yb v/#ty:nohl normal! gg2j - edit Changelog.yaml + edit Changelog.txt edit src/calibre/constants.py endfun diff --git a/setup/check.py b/setup/check.py index 86b98bf8a8..451ba4ee9e 100644 --- a/setup/check.py +++ b/setup/check.py @@ -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: