summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRhinoceros2016-07-11 11:50:38 +1000
committerRhinoceros2016-07-11 11:50:38 +1000
commit1b22570d2a80f16879457cbad699e037fb67c438 (patch)
treed0da3d86f414a4807d2e712a73ec24525e620bd3
parent998e9cf0eee5c7221cd3c3ce9f647c982314767a (diff)
downloadaur-1b22570d2a80f16879457cbad699e037fb67c438.tar.gz
Minor style fixes
-rw-r--r--.SRCINFO2
-rw-r--r--vimdoc.install4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 36b970f84e05..fc5def3c5a5c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Mon Jul 11 01:50:33 UTC 2016
pkgbase = vim-startify-git
pkgdesc = A fancy start screen for Vim.
pkgver = 1.0.r1.ga58f92e
diff --git a/vimdoc.install b/vimdoc.install
index 1f6a30927ea2..73d0dc8818a5 100644
--- a/vimdoc.install
+++ b/vimdoc.install
@@ -1,7 +1,7 @@
post_install() {
echo -n 'Updating vim help tags...'
/usr/bin/vim --noplugins -u NONE -U NONE \
- --cmd ":helptags /usr/share/vim/vimfiles/doc" --cmd ":q" > /dev/null 2>&1
+ --cmd ':helptags /usr/share/vim/vimfiles/doc' --cmd ':q' > /dev/null 2>&1
echo 'done.'
}
@@ -12,5 +12,3 @@ post_upgrade() {
post_remove() {
post_install
}
-
-# vim:set ts=2 sw=2 et: