commit | df0d24b62742edd3ea73795b96a771501e642970 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 06 14:22:58 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 06 14:22:58 2018 +0100 |
tree | 24ada28965bc26eca01a4ca03e42a20e0b3c77d2 | |
parent | 69f5a3011d5a93e0d54837e97d625bd6c253d897 [diff] [blame] |
patch 8.0.1579: virtual replace test fails in GUI Problem: Virtual replace test fails in GUI. Solution: Don't save key options if they were not set.
diff --git a/src/version.c b/src/version.c index a6f9abd..5850cba 100644 --- a/src/version.c +++ b/src/version.c
@@ -767,6 +767,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1579, +/**/ 1578, /**/ 1577,