commit | 8995c4cd4e697141faf74da9a87e0c1221bfb161 | [log] [tgz] |
---|---|---|
author | Rodrigo Aguilera <hi@rodrigoaguilera.net> | Fri Sep 09 16:10:26 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 09 16:10:26 2022 +0100 |
tree | 3891f9c29b127e5d9cf79547b10e3faac2592dc5 | |
parent | 65258d36ddfab371c7982343efc9b2533ba39075 [diff] [blame] |
patch 9.0.0427: Drupal theme files are not recognized Problem: Drupal theme files are not recognized. Solution: Use php filetype for Drupl theme files. Remove trailing spaces. (Rodrigo Aguilera, closes #11096)
diff --git a/src/version.c b/src/version.c index 1476781..dd12a26 100644 --- a/src/version.c +++ b/src/version.c
@@ -704,6 +704,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 427, +/**/ 426, /**/ 425,