commit | 97b231541d4e82fbc85e51121448d95bd43c50ad | [log] [tgz] |
---|---|---|
author | =?UTF-8?q?Dundar=20G=C3=B6c?= <gocdundar@gmail.com> | Fri Feb 18 13:45:55 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 18 13:45:55 2022 +0000 |
tree | 5b6f513be1fa650d1e31e2a99c2cd1ce38841b57 | |
parent | 56acd1f8ed4d86e92684f90b3b8e0e9a355208d1 [diff] [blame] |
patch 8.2.4414: solidity files are not recognized Problem: Solidity files are not recognized. Solution: Add the *.sol pattern. (Dundar Goc, closes #9792)
diff --git a/src/version.c b/src/version.c index cbe988b..5039e9e 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4414, +/**/ 4413, /**/ 4412,