commit | 1bce831e13c42daa3563c7f90432d9bd9b959b81 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jul 13 23:22:54 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jul 13 23:22:54 2020 +0200 |
tree | 48dd09af5a2831a69eb4d6bc121e41b683a65df3 | |
parent | 8c34ea54ad1ba3ea9a604ba0495669bdd1393d9a [diff] [blame] |
patch 8.2.1206: Vim9: crash in expr test when run in the GUI Problem: Vim9: crash in expr test when run in the GUI. Solution: Temporarily comment out two test lines.
diff --git a/src/version.c b/src/version.c index 668b3b1..a2775b3 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1206, +/**/ 1205, /**/ 1204,