commit | 3767c6e9ee1bd585a2afba7e932854b24d194a2d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Dec 05 16:57:56 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Dec 05 16:57:56 2017 +0100 |
tree | 15551fa5d9477a811d2b85015555f4e532113360 | |
parent | ac112f01a6930c9d15cf0360b657373699916bfd [diff] [blame] |
patch 8.0.1373: no error when settting 'renderoptions' before starting GUI Problem: No error when settting 'renderoptions' to an invalid value before starting the GUI. Solution: Always check the value. (Ken Takata, closes #2413)
diff --git a/src/version.c b/src/version.c index 3e84229..837ca02 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1373, +/**/ 1372, /**/ 1371,