diff options
| author | Bram Moolenaar <Bram@vim.org> | 2016-11-04 21:22:37 +0100 |
|---|---|---|
| committer | Bram Moolenaar <Bram@vim.org> | 2016-11-04 21:22:37 +0100 |
| commit | 426f3754223c8ff8a1bc51d6ba1eba11e8982ebc (patch) | |
| tree | 99e61b82b8af5bb25d3d7b5e4ddcd366b635e24b /src/version.c | |
| parent | de5e2c219b99895445fb75ae3541ee69282a5846 (diff) | |
| download | vim-git-426f3754223c8ff8a1bc51d6ba1eba11e8982ebc.tar.gz | |
patch 8.0.0060v8.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)
Diffstat (limited to 'src/version.c')
| -rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 97b7e3098..b56766588 100644 --- a/src/version.c +++ b/src/version.c @@ -765,6 +765,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 60, +/**/ 59, /**/ 58, |
