commit | 01257a7a8e231904ff73fae1f7783e0b6eb4d5aa | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 10 14:46:04 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 10 14:46:04 2019 +0200 |
tree | cd385eff9f2b68c909a67be71477ee50aa1af73b | |
parent | 3ff5f0f05d437a6b3eaf3caa5dc2762b49314617 [diff] [blame] |
patch 8.1.1514: MS-Windows: wrong shell command with ! in 'guioptions' Problem: MS-Windows: wrong shell command with ! in 'guioptions'. Solution: Do not check for ! in 'guioptions' when applying 'shellxquote'. (Yasuhiro Matsumoto, closes #4519)
diff --git a/src/version.c b/src/version.c index 76b874e..8420be6 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1514, +/**/ 1513, /**/ 1512,