Package Details: vundle 0.10.2-2

Git Clone URL: https://aur.archlinux.org/vundle.git (read-only, click to copy)
Package Base: vundle
Description: Plug-in manager for Vim
Upstream URL: https://github.com/VundleVim/Vundle.vim
Licenses: MIT
Submitter: anthraxx
Maintainer: anthraxx
Last Packager: anthraxx
Votes: 54
Popularity: 0.006949
First Submitted: 2015-04-04 00:19 (UTC)
Last Updated: 2016-09-21 15:38 (UTC)

Latest Comments

jvandrew commented on 2018-11-08 06:18 (UTC)

If you use this package, you must create a .vimrc file as described on the upstream URL. BUT, if you install from AUR, one of the lines in the sample .vimrc file given at the upstream URL must be changed.

The line: set rtp+=~/.vim/bundle/Vundle.vim

must be changed to:

set rtp+=/usr/share/vim/vimfiles/autoload/vundle.vim

imran27 commented on 2016-09-03 07:21 (UTC)

Is this abandoned?

beanaroo commented on 2015-12-27 02:21 (UTC) (edited on 2015-12-27 02:25 (UTC) by beanaroo)

I am very confused by the included vundle.vimrc. The upstream README: - Uses vundle#begin and vundle#end instead of vundle#rc. - Uses "Plugin" instead of "Bundle" - Sets a runtime path with rtp+ - Claims it is required for vundle.vim to be handled by Vundle.

gok commented on 2015-10-16 16:51 (UTC)

Why skip the sha512sum of the tar.gz archive? Also, the upstream URL now seems to be https://github.com/VundleVim/Vundle.vim.