commit | ac2cd2b08f0fd15e9c3759da043e9b28da80dca8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jul 19 21:04:23 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jul 19 21:04:23 2021 +0200 |
tree | 784f7dae2ebe9f5c70af4e4ab7fa7a543a36c56b | |
parent | 6106504e9edc8500131f7a36e59bc146f90180fa [diff] [blame] |
patch 8.2.3185: Vim9: start of inline function found in comment line Problem: Vim9: start of inline function found in comment line. Solution: Do not check for inline function in comment line. (closes #8589)
diff --git a/src/version.c b/src/version.c index c6e3faf..04354c2 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3185, +/**/ 3184, /**/ 3183,