Package Details: vim-bufkill 1.11-2

Package Base: vim-bufkill
Description: Unload/delete/wipe a buffer, keep its window(s), display last accessed buffer(s)
Upstream URL: http://www.vim.org/scripts/script.php?script_id=1147
Category: editors
Licenses: GPL
Submitter: None
Maintainer: None
Last Packager: OmeGa
Votes: 1
First Submitted: 2010-01-27 23:33
Last Updated: 2015-07-08 07:51

Dependencies (1)

Required by (0)

Sources

Latest Comments

Comment by OmeGa

2013-09-04 00:32

@mrshanno: thanks, fixed.

Comment by mrshannon

2013-09-02 18:29

Line 18 of the PKGBUILD has a typo. It should be:

install -Dm644 bufkill.vim "$pkgdir/usr/share/vim/vimfiles/plugin/bufkill.vim"

but it is:

install -Dm644 buffkill.vim "$pkgdir/usr/share/vim/vimfiles/plugin/bufkill.vim"

Comment by Arkham

2011-03-01 10:38

update:

# Contributer: Jacek Roszkowski <j.roszk@gmail.com>

pkgname="vim-bufkill"
pkgver=1.9
_srcid=14660
pkgrel=1
pkgdesc="Unload/delete/wipe a buffer, keep its window(s), display last accessed buffer(s)"
url="http://www.vim.org/scripts/script.php?script_id=2294"
license=("GPL")
arch=("any")
depends=("vim")
source=("bufkill.vim::http://www.vim.org/scripts/download_script.php?src_id=${_srcid}")
md5sums=('c7e4541e9dafbba59463d7e851773ef4')

build() {
cd ${srcdir}
install -D -m644 bufkill.vim ${pkgdir}/usr/share/vim/vimfiles/plugin/bufkill.vim
}

# vim: set noet ff=unix