comparison src/version.c @ 25026:fda44c0b4b7b v8.2.3050

patch 8.2.3050: cannot recognize elixir files Commit: https://github.com/vim/vim/commit/f3caeb63d62c08b579e9b5f40b35e8bf64dde87a Author: Austin Gatlin <austin@gatlin.io> Date: Sat Jun 26 12:02:55 2021 +0200 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)
author Bram Moolenaar <Bram@vim.org>
date Sat, 26 Jun 2021 12:15:03 +0200
parents a1b0fe1c7cd5
children faa3de7aed8b
comparison
equal deleted inserted replaced
25025:ebe793e81045 25026:fda44c0b4b7b
753 NULL 753 NULL
754 }; 754 };
755 755
756 static int included_patches[] = 756 static int included_patches[] =
757 { /* Add new patch number below this line */ 757 { /* Add new patch number below this line */
758 /**/
759 3050,
758 /**/ 760 /**/
759 3049, 761 3049,
760 /**/ 762 /**/
761 3048, 763 3048,
762 /**/ 764 /**/