commit | 64d662d5fc2ff8af4dbf399ff02aa9d711cc9312 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 09 19:02:50 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 09 19:02:50 2020 +0200 |
tree | e10acf8f148ec9bc01c5077bd3573ec4ac10eceb | |
parent | 127542bcebeb6480493b09d75a3be1d98a5f7797 [diff] [blame] |
patch 8.2.1408: Vim9: type casting not supported Problem: Vim9: type casting not supported. Solution: Introduce type casting.
diff --git a/src/version.c b/src/version.c index e7dd7dd..b7667bf 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1408, +/**/ 1407, /**/ 1406,