commit | 112a006417a0d4700ff39ddba3bb5e985ae9770f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 17 14:06:39 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 17 14:06:39 2021 +0200 |
tree | 532a0340a3e38ef4c3fbaf7c53c3384e81b57099 | |
parent | 635bd60804966803490287e97460ecdc91d5fe0a [diff] [blame] |
patch 8.2.2773: PSL filetype not recognized Problem: PSL filetype not recognized. Solution: Add a filetype pattern. (Daniel Kho, closes #8117)
diff --git a/src/version.c b/src/version.c index 4bc8423..113ba8f 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2773, +/**/ 2772, /**/ 2771,