commit | ea94fbe83bca69eda4f03e92ecf581d0343c7b47 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Apr 01 22:36:49 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Apr 01 22:36:49 2020 +0200 |
tree | eea70daf02711d057ba23ec5214d6f882ed17168 | |
parent | e69f6d044c420d41dced9ba96a3b90f25788e39a [diff] [blame] |
patch 8.2.0494: Vim9: asan error Problem: Vim9: asan error. Solution: Only get the type when there is one.
diff --git a/src/version.c b/src/version.c index 3686a1d..de0565a 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 494, +/**/ 493, /**/ 492,