commit | 21f8d93c7184e69aa76a5caa1d3869b6226189e0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 08 20:17:18 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 08 20:17:18 2019 +0200 |
tree | da620a6aea7da339ec985e2c055bfc35d0daf5d5 | |
parent | 24a5ac5d4dbc4dc5d6d2b7e4dda6612dd9233f5d [diff] [blame] |
patch 8.1.1500: wrong shell command when building with VIMDLL and "!" in 'go' Problem: Wrong shell command when building with VIMDLL and "!" in 'guioptions'. Solution: Add check for GUI in use. (Ken Takata)
diff --git a/src/version.c b/src/version.c index 6635610..b0dcd3b 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1500, +/**/ 1499, /**/ 1498,