Skip to content

Commit

Permalink
Update vimpager to 1.8.8.
Browse files Browse the repository at this point in the history
PR pkg/48781 by me.

Version 1.8.8
* don't clobber user's PATH (mayersj1: Steve Mayer) #77

Version 1.8.7
* use more lines for fallback man page detection, misc. code cleanups (eworm-de: Christian Hesse)

Version 1.8.6
* allow _vimrc on non-windows (mortonfox: Morton Fox)

Version 1.8.5
* fix up arrow binding again, broken in 1.8.4

Version 1.8.4
* disable help screen 'h' binding, cursor moves left instead (Github issue #71)

Version 1.8.3
* reexec self under bash or ksh when available, especially on Solaris (Github issue #63)
* add vim command -c option (aroig: Abdo Roig-Maranges)
* allow ~/.vim/vimpagerrc as conf file (lucc: Lucas Hoffmann)
  • Loading branch information
nonaka committed May 3, 2014
1 parent 7547327 commit 21b2c94
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions misc/vimpager/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.3 2013/06/07 13:26:56 ryoon Exp $
# $NetBSD: Makefile,v 1.4 2014/05/03 12:22:08 nonaka Exp $

DISTNAME= vimpager-1.8.2
DISTNAME= vimpager-1.8.8
CATEGORIES= misc
MASTER_SITES= -https://github.com/rkitover/vimpager/archive/${PKGVERSION_NOREV}${EXTRACT_SUFX}

Expand Down
8 changes: 4 additions & 4 deletions misc/vimpager/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.2 2013/06/06 09:11:01 obache Exp $
$NetBSD: distinfo,v 1.3 2014/05/03 12:22:08 nonaka Exp $

SHA1 (vimpager-1.8.2.tar.gz) = 7856566eb4f81429922fafccf4e7271c0117d476
RMD160 (vimpager-1.8.2.tar.gz) = 75880b19f5f98210ce60f82deaf08ab0018710b4
Size (vimpager-1.8.2.tar.gz) = 9725 bytes
SHA1 (vimpager-1.8.8.tar.gz) = 69f32e77a64dcd8abea873a7eb05d80b9b6f76b2
RMD160 (vimpager-1.8.8.tar.gz) = 5d112e584e9f139a6a7cc84411a4e36f8ececdc3
Size (vimpager-1.8.8.tar.gz) = 11822 bytes

0 comments on commit 21b2c94

Please sign in to comment.