Package Details: vundle-git 0.10.2.605.fef1c2f-1

Git Clone URL: https://aur.archlinux.org/vundle-git.git (read-only, click to copy)
Package Base: vundle-git
Description: Plug-in manager for Vim
Upstream URL: https://github.com/VundleVim/Vundle.vim
Licenses: MIT
Conflicts: vundle
Provides: vundle
Submitter: None
Maintainer: anthraxx
Last Packager: anthraxx
Votes: 90
Popularity: 0.000000
First Submitted: 2012-02-20 00:26 (UTC)
Last Updated: 2016-09-21 15:38 (UTC)

Required by (0)

Sources (1)

Latest Comments

1 2 Next › Last »

xiota commented on 2023-10-03 23:48 (UTC) (edited on 2023-10-04 00:20 (UTC) by xiota)

Would be nice if package version string used #.r#.g# format. The following works:

git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'

Builds successfully in clean chroot, but since it hasn't been updated in about 7 years, might also be a good time to briefly review it.

sfshameem5 commented on 2017-07-30 12:18 (UTC)

Works, Thank You

anthraxx commented on 2015-04-04 00:23 (UTC)

package cleaned up and typo fixed accordingly. thanks for pointing it out.

wil93 commented on 2015-04-03 14:41 (UTC)

As already stated by @th-fr there is a typo in vundle.install file: echo "To use vundle, please check the file /usr/share/vundle/vimrc.vundle" should be: echo "To use vundle, please check the file /usr/share/vundle/vimrc.sample"

th-fr commented on 2014-02-19 09:15 (UTC)

vundle.install: post_install(): the path of the example vimrc file is /usr/share/vundle/vimrc.sample

<deleted-account> commented on 2013-04-18 22:19 (UTC)

There is also some help in the vundle github page...

<deleted-account> commented on 2013-04-18 22:18 (UTC)

Ok, the vimrc.sample is the sample file that specified how you should set up vundle in your .vimrc and how to use vundle in order to update and download all of your plugins. In short, vundle needs: set nocompatible " be iMproved filetype off " required! call vundle#rc() <= This will initialize vundle And at the end... filetype plugin indent on " required! Also, vundle can install plugins from github, vim-scripts (using the github repository from vim-scripts) and from other git repositories. So that file /usr/share/vundle/vimrc.vundle, explains how you should set up vundle and how to use its methods.

paladin commented on 2013-04-18 21:00 (UTC)

hi, after install there is this text: Updating vim help tags...done. To use vundle, please check the file /usr/share/vundle/vimrc.vundle and update your ~/.vimrc file, accordingly while file should be vimrc.sample

<deleted-account> commented on 2013-04-03 10:02 (UTC)

A new pacman has hit the stores (it is in the testing repo), and since this changes the way VCS packages are built, here is a new release to use the new shiny new pacman and in this case makepkg. P.S.: For the ones still using the old pacman, there is an version of the old script with the name PKGBUILD.old that should be used in those cases. P.S.2: I've updated the package to use sha512 instead of md5, since md5 has been exploited in a multiple number of unfun and dangerous ways, and sha512 is safer (for now...)

<deleted-account> commented on 2013-02-13 22:18 (UTC)

Sorry, I forget that I've changed my mail... The new package should contain the correct license, and install it to the correct location.