diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-05-24 10:46:45 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-05-24 10:46:45 +0200 |
commit | 2ff8b64679242e73248774a388d54931c9ce49bd (patch) | |
tree | 6426a325cea602f413999f1711a81804e9550d35 /src/version.c | |
parent | 06d2d38ab7564e1f784b1058a4ef4580cd6d1810 (diff) | |
download | vim-2ff8b64679242e73248774a388d54931c9ce49bd.zip |
patch 7.4.1833
Problem: Cannot use an Ex command for 'keywordprg'.
Solution: Accept an Ex command. (Nelo-Thara Wallus)
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 863a58f19..eaa3e8ec9 100644 --- a/src/version.c +++ b/src/version.c @@ -754,6 +754,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1833, +/**/ 1832, /**/ 1831, |