commit | 73b4465ba7f170c5a1701ad908144970e758b1f5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 25 19:53:24 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 25 19:53:24 2020 +0200 |
tree | 7464f69adeaadad6894816649411119d47150eaa | |
parent | 801ab069341c8652680d63c174530fd4feb2911e [diff] [blame] |
patch 8.2.1055: no filetype set for pacman config files Problem: No filetype set for pacman config files. Solution: Recognize pacman.conf and *.hook. (Guido Cella, closes #6335)
diff --git a/src/version.c b/src/version.c index 536d27d..11ec763 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1055, +/**/ 1054, /**/ 1053,