summarylogtreecommitdiffstats
path: root/vim-plugin.install
diff options
context:
space:
mode:
authorDaniel YC Lin2015-06-13 11:47:04 +0800
committerDaniel YC Lin2015-06-13 11:47:04 +0800
commite395b5b84f05cdc363fb96fa2820ab1a1cb2f2f4 (patch)
treecd8a5ac403a4a7f76c53a8ff97572e0e898b3d5f /vim-plugin.install
downloadaur-e395b5b84f05cdc363fb96fa2820ab1a1cb2f2f4.tar.gz
merge to aur4
Diffstat (limited to 'vim-plugin.install')
-rw-r--r--vim-plugin.install6
1 files changed, 6 insertions, 0 deletions
diff --git a/vim-plugin.install b/vim-plugin.install
new file mode 100644
index 000000000000..ed1184d2baff
--- /dev/null
+++ b/vim-plugin.install
@@ -0,0 +1,6 @@
+post_upgrade() {
+ post_install $2
+}
+post_install() {
+ vim -c "helptags /usr/share/vim/vimfiles/doc | q" 2> /dev/null
+}