commit | b20545f2a718d4f19c3f609fd11c0ca4eff450ce | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 30 14:15:54 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 30 14:15:54 2016 +0200 |
tree | f6dd2ceae7224b40327a70cc31ff7e29dd06f088 | |
parent | 0b6cf69c038b9af198542edc349ebe8e53a8f847 [diff] [blame] |
patch 7.4.1804 Problem: Can't use Vim as MANPAGER. Solution: Add manpager.vim. (Enno Nagel, closes #491)
diff --git a/src/version.c b/src/version.c index ff275cf..e891af9 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1804, +/**/ 1803, /**/ 1802,