From 06d2d38ab7564e1f784b1058a4ef4580cd6d1810 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Fri, 20 May 2016 17:24:11 +0200 Subject: Updated runtime files. --- runtime/plugin/manpager.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'runtime/plugin') diff --git a/runtime/plugin/manpager.vim b/runtime/plugin/manpager.vim index 0e63d8414..be6e30b70 100644 --- a/runtime/plugin/manpager.vim +++ b/runtime/plugin/manpager.vim @@ -1,6 +1,6 @@ " Vim plugin for using Vim as manpager. " Maintainer: Enno Nagel -" Last Change: 2016 May 07 +" Last Change: 2016 May 20 " $MAN_PN is supposed to be set by MANPAGER, see ":help manpager.vim". if empty($MAN_PN) @@ -25,5 +25,5 @@ function! s:MANPAGER() bwipe! setlocal filetype=man - exe 'Man' page_sec[1] page_sec[0] + exe 'Man' page_sec[2] page_sec[1] endfunction -- cgit v1.2.1