commit | 2a99fe6c41efcd5d1eb47823e7e73cf391e230ba | [log] [tgz] |
---|---|---|
author | Amaan Qureshi <amaanq12@gmail.com> | Sun Jan 29 17:50:14 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 29 17:50:14 2023 +0000 |
tree | 97870ec1c3765f08fa8bb2431f197c6d0cad2bae | |
parent | 836137d89abfaddef688ff2c7e6a2f68d5dfca79 [diff] [blame] |
patch 9.0.1261: Elsa files are not recognized Problem: Elsa files are not recognized. Solution: Add a pattern for Elsa files. (Amaan Qureshi, closes #11908)
diff --git a/src/version.c b/src/version.c index 2324ff2..3dcac43 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1261, +/**/ 1260, /**/ 1259,