commit | fa76a24109f3c3287e4ee17b6270bfd5310c12f3 | [log] [tgz] |
---|---|---|
author | Aaron Tinio <aptinio@gmail.com> | Sun Apr 10 12:13:56 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 10 12:13:56 2022 +0100 |
tree | a8076eaa759323f067a215ce5cd6d634ef8f9db6 | |
parent | 021996ffaa933d9dc0c3553ca01de93fbf3d522b [diff] [blame] |
patch 8.2.4729: HEEx and Surface templates do not need a separate filetype Problem: HEEx and Surface templates do not need a separate filetype. Solution: Use Eelixir for the similar filetypes. (Aaron Tinio, closes #10124)
diff --git a/src/version.c b/src/version.c index 9657184..5bffc85 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4729, +/**/ 4728, /**/ 4727,