summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2013-04-12 21:34:56 +0200
committerJan Pokorný <jpokorny@redhat.com>2013-04-12 21:34:56 +0200
commit3efa7cbe18a1154c248a5ec910cc2a24d2cc33bd (patch)
tree81643a51d29e4bf49f4579484272d50144764d50
parent91d0c4eb19d988c3c5bdcbee5dfa8e9edd82a727 (diff)
downloaddotfiles-3efa7cbe18a1154c248a5ec910cc2a24d2cc33bd.tar.gz
dotfiles-3efa7cbe18a1154c248a5ec910cc2a24d2cc33bd.tar.xz
dotfiles-3efa7cbe18a1154c248a5ec910cc2a24d2cc33bd.zip
Firefox/pentadactyl: generate vim runtime files (syntax)
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
-rw-r--r--.gitignore5
-rw-r--r--scripts/firstrun/10-firefox/main5
2 files changed, 7 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 93200a8..3646553 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,6 +17,11 @@
/.ssh/*
!/.ssh/config
+# vim - already using other means to track plugins etc.
+/.vim/ftdetect
+/.vim/ftplugin
+/.vim/syntax
+
### MISC
diff --git a/scripts/firstrun/10-firefox/main b/scripts/firstrun/10-firefox/main
index 941544e..f5ccbc5 100644
--- a/scripts/firstrun/10-firefox/main
+++ b/scripts/firstrun/10-firefox/main
@@ -125,9 +125,8 @@ EOF
[ "${DELETE}" -ne 0 ] && rm -I *.xpi || read -p "Press any key to continue " x
-[ -f pentadactylrc-firstrun ] \
- && sleep 2 \
- && ${FIREFOX} -pentadactyl "++cmd 'source pentadactylrc-firstrun'"
+sleep 2 \
+ && ${FIREFOX} -pentadactyl "++cmd 'source pentadactylrc-firstrun' +c 'mkvimruntime'"
# HTML5 for youtube
#${FIREFOX} http://userscripts.org/scripts/source/105433.user.js