commit | 426f3754223c8ff8a1bc51d6ba1eba11e8982ebc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Nov 04 21:22:37 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Nov 04 21:22:37 2016 +0100 |
tree | 99e61b82b8af5bb25d3d7b5e4ddcd366b635e24b | |
parent | de5e2c219b99895445fb75ae3541ee69282a5846 [diff] [blame] |
patch 8.0.0060 Problem: When using an Ex command for 'keywordprg' it is escaped as with a shell command. (Romain Lafourcade) Solution: Escape for an Ex command. (closes #1175)
diff --git a/src/version.c b/src/version.c index 97b7e30..b567665 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 60, +/**/ 59, /**/ 58,