diff options
author | Alex Vear <alex@vear.uk> | 2022-01-01 11:38:42 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2022-01-01 11:38:42 +0000 |
commit | 654b729c4c9951f2a46c161d1e9fefdc223fc94e (patch) | |
tree | 31d7362c145637aa0db02578a905109f87fc5f63 /src/version.c | |
parent | 096ca73dacd748a65d080197b842eef6f4423096 (diff) | |
download | vim-git-654b729c4c9951f2a46c161d1e9fefdc223fc94e.tar.gz |
patch 8.2.3964: some common lisp and scheme files not recognizedv8.2.3964
Problem: Some common lisp and scheme files not recognized.
Solution: Recognize *.asd as lisp and *.sld as scheme. (Alex Vear,
closes #9447)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 8db61c294..db91b29a7 100644 --- a/src/version.c +++ b/src/version.c @@ -750,6 +750,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3964, +/**/ 3963, /**/ 3962, |