commit | 373863ed48c02b5df52574aa7d50aeecb1037d40 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 26 17:20:53 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 26 17:20:53 2020 +0200 |
tree | b8ac35b8b7d37267bfdfc2016375ba7c7e12602d | |
parent | d47f50b3312af2b8baf37505b7a589daf3f7d942 [diff] [blame] |
patch 8.2.1746: Vim9: cannot use "fina" for "finally" Problem: Vim9: Cannot use "fina" for "finally". (Naruhiko Nishino) Solution: Specifically check for "fina". (closes #7020)
diff --git a/src/version.c b/src/version.c index bd5d607..49ce61c 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1746, +/**/ 1745, /**/ 1744,