commit | 6db7b6375a3ea3afef5295b1366896902012e640 | [log] [tgz] |
---|---|---|
author | Brennon M <d1pl0mat@outlook.com> | Sun Jun 06 20:15:53 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 06 20:15:53 2021 +0200 |
tree | 841d32c78c357bdeee6e8be66cb3e158d51c43d1 | |
parent | 518df27ebe23033a25304d3826187c27bfa53c01 [diff] [blame] |
patch 8.2.2954: short file name extension for Scala not recognized Problem: Short file name extension for Scala not recognized. Solution: Recognize *.sc. (closes #8337)
diff --git a/src/version.c b/src/version.c index 1e9a787..f9529ab 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2954, +/**/ 2953, /**/ 2952,