summaryrefslogtreecommitdiff
path: root/pcr/vim-pydiction/pydiction.install
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/vim-pydiction/pydiction.install')
-rw-r--r--pcr/vim-pydiction/pydiction.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/pcr/vim-pydiction/pydiction.install b/pcr/vim-pydiction/pydiction.install
new file mode 100644
index 000000000..d55731df2
--- /dev/null
+++ b/pcr/vim-pydiction/pydiction.install
@@ -0,0 +1,13 @@
+post_install() {
+ echo " Add to your .vimrc file:"
+ echo "filetype plugin on"
+ echo "let g:pydiction_location='/usr/share/pydiction/complete-dict'"
+}
+
+post_upgrade() {
+ echo " Add to your .vimrc file:"
+ echo "filetype plugin on"
+ echo "let g:pydiction_location='/usr/share/pydiction/complete-dict'"
+}
+
+# vim:set ts=2 sw=2 et: