Package Details: vim-autocomplpop 2.14.1-1

Git Clone URL: https://aur.archlinux.org/vim-autocomplpop.git (read-only, click to copy)
Package Base: vim-autocomplpop
Description: With this plugin, your vim comes to automatically opens popup menu for completions when you enter characters or move the cursor in Insert mode. It won't prevent you continuing entering characters.
Upstream URL: https://bitbucket.org/ns9tks
Keywords: autocomplete
Licenses: MIT
Groups: vim-plugins
Submitter: tsg340521
Maintainer: tsg340521
Last Packager: tsg340521
Votes: 1
Popularity: 0.000000
First Submitted: 2015-08-31 09:23 (UTC)
Last Updated: 2015-09-01 00:31 (UTC)

Latest Comments

Joffrey commented on 2018-10-17 18:03 (UTC) (edited on 2018-10-17 18:19 (UTC) by Joffrey)

@tsg340521 this pkg is old, many links are out, personnaly this pkg satidfies me. Please use the github mirror.

# Maintainer: softeye<tsg340521@163.com>
pkgname=vim-autocomplpop
pkgver=2.14.1
pkgrel=1
pkgdesc="With this plugin, your vim comes to automatically opens popup menu for 
completions when you enter characters or move the cursor in Insert mode. It 
won't prevent you continuing entering characters."
arch=('any')
url='https://github.com/vim-scripts/AutoComplPop'
license=('MIT')
groups=('vim-plugins')
depends=('vim>=7.0')
source=("https://github.com/vim-scripts/AutoComplPop/archive/$pkgver.tar.gz")
md5sums=('0251097161c68397b7f3930b14133f29')
package(){
    cd "$srcdir/AutoComplPop-$pkgver"
    install -dm755 "$pkgdir/usr/share/vim/vimfiles"
    cp -a autoload plugin doc "$pkgdir/usr/share/vim/vimfiles"
}

Thanks