commit | 654b729c4c9951f2a46c161d1e9fefdc223fc94e | [log] [tgz] |
---|---|---|
author | Alex Vear <alex@vear.uk> | Sat Jan 01 11:38:42 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 01 11:38:42 2022 +0000 |
tree | 31d7362c145637aa0db02578a905109f87fc5f63 | |
parent | 096ca73dacd748a65d080197b842eef6f4423096 [diff] [blame] |
patch 8.2.3964: some common lisp and scheme files not recognized Problem: Some common lisp and scheme files not recognized. Solution: Recognize *.asd as lisp and *.sld as scheme. (Alex Vear, closes #9447)
diff --git a/src/version.c b/src/version.c index 8db61c2..db91b29 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3964, +/**/ 3963, /**/ 3962,