diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-04-30 14:15:54 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-04-30 14:15:54 +0200 |
commit | b20545f2a718d4f19c3f609fd11c0ca4eff450ce (patch) | |
tree | f6dd2ceae7224b40327a70cc31ff7e29dd06f088 /src | |
parent | 0b6cf69c038b9af198542edc349ebe8e53a8f847 (diff) | |
download | vim-b20545f2a718d4f19c3f609fd11c0ca4eff450ce.zip |
patch 7.4.1804
Problem: Can't use Vim as MANPAGER.
Solution: Add manpager.vim. (Enno Nagel, closes #491)
Diffstat (limited to 'src')
-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 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, |