commit | f3caeb63d62c08b579e9b5f40b35e8bf64dde87a | [log] [tgz] |
---|---|---|
author | Austin Gatlin <austin@gatlin.io> | Sat Jun 26 12:02:55 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 26 12:02:55 2021 +0200 |
tree | 89bb7397cf7fa5eb84b9fda3f3cf66a13f5dba63 | |
parent | 6582e230a0f6592287b1123c5fc3807d6fed997e [diff] [blame] |
patch 8.2.3050: cannot recognize elixir files Problem: Cannot recognize elixir files. Solution: Recognize Elixir-specific files. Check if an .ex file is Euphoria or Elixir. (Austin Gatlin, closes #8401, closes #8446)
diff --git a/src/version.c b/src/version.c index 36a3970..32aec1b 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3050, +/**/ 3049, /**/ 3048,