commit | d40f00cb43019fb4d39b89f407f8b52e92f9e16f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 13 17:36:49 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 13 17:36:49 2023 +0000 |
tree | 1c8ebf9ad8a54b7d44944788e7da6091c91a288e | |
parent | 3213952966896ffb1d8fa186bcf8c43359fca0f0 [diff] [blame] |
patch 9.0.1192: no error when class function argument shadows a member Problem: No error when class function argument shadows a member. Solution: Check for shadowing.
diff --git a/src/version.c b/src/version.c index 248b420..a2f363c 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1192, +/**/ 1191, /**/ 1190,