commit | 4f501171f7ba8fe3d24c7e5bf5fcec5b5f246df1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 01 11:02:23 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 01 11:02:23 2022 +0000 |
tree | d77b4edcaf2465d5e81a9dfdaba426c83a637091 | |
parent | 3b8c7083b265c35861a7f96b01c079471ff45152 [diff] [blame] |
patch 9.0.0979: ch_log() text can be hard to find in the log file Problem: ch_log() text can be hard to find in the log file. Solution: Prepend "ch_log()" to the text.
diff --git a/src/version.c b/src/version.c index 537f6aa..a04419a 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 979, +/**/ 978, /**/ 977,