diff src/version.c @ 20986:9dccf57e918a v8.2.1044

patch 8.2.1044: not all systemd file types are recognized Commit: https://github.com/vim/vim/commit/ef6d86c173becdf82b7a9a1329342c9368340def Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jun 23 21:01:38 2020 +0200 patch 8.2.1044: not all systemd file types are recognized Problem: Not all systemd file types are recognized. Solution: Match several more files. (Guido Cella, closes https://github.com/vim/vim/issues/6319)
author Bram Moolenaar <Bram@vim.org>
date Tue, 23 Jun 2020 21:15:04 +0200
parents fe06ee7d3511
children ae4b1d497a06
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -755,6 +755,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1044,
+/**/
     1043,
 /**/
     1042,