summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-04-30 14:15:54 +0200
committerBram Moolenaar <Bram@vim.org>2016-04-30 14:15:54 +0200
commitb20545f2a718d4f19c3f609fd11c0ca4eff450ce (patch)
treef6dd2ceae7224b40327a70cc31ff7e29dd06f088 /src/version.c
parent0b6cf69c038b9af198542edc349ebe8e53a8f847 (diff)
downloadvim-git-7.4.1804.tar.gz
patch 7.4.1804v7.4.1804
Problem: Can't use Vim as MANPAGER. Solution: Add manpager.vim. (Enno Nagel, closes #491)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index ff275cf0b..e891af900 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 */
/**/
+ 1804,
+/**/
1803,
/**/
1802,