commit | c1658a196bb05dd96562fd0a92409be2201b62e9 | [log] [tgz] |
---|---|---|
author | Bruno Roque <brunoroque06@gmail.com> | Sat Apr 02 10:48:24 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 02 10:48:24 2022 +0100 |
tree | 882296983478d9319e7a2323167c3b488c40f537 | |
parent | 17fa233f6f88587d35310b76f48c5a26642c470a [diff] [blame] |
patch 8.2.4664: Elvish files are not recognized Problem: Elvish files are not recognized. Solution: Recognize .elv files. (Bruno Roque, closes #10058)
diff --git a/src/version.c b/src/version.c index 72ba02c..bb5fc9d 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4664, +/**/ 4663, /**/ 4662,