commit | c1faf3dc3879e8a5e486f31445b5a5753dcbc6a3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Nov 26 13:43:40 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Nov 26 13:43:40 2019 +0100 |
tree | 229338ecb751d15d77a9c0ada0213acf71c2110f | |
parent | 6a228c6463935a73c8f21142cb7368545cfee317 [diff] [blame] |
patch 8.1.2345: .cjs files are not recognized as Javascript Problem: .cjs files are not recognized as Javascript. Solution: Add the *.cjs pattern. (closes #5268)
diff --git a/src/version.c b/src/version.c index 9df71b8..c35a5c0 100644 --- a/src/version.c +++ b/src/version.c
@@ -738,6 +738,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2345, +/**/ 2344, /**/ 2343,