summarylogtreecommitdiffstats
path: root/vim-todotxt-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'vim-todotxt-git.install')
-rw-r--r--vim-todotxt-git.install5
1 files changed, 5 insertions, 0 deletions
diff --git a/vim-todotxt-git.install b/vim-todotxt-git.install
new file mode 100644
index 000000000000..5eba9ae47cdc
--- /dev/null
+++ b/vim-todotxt-git.install
@@ -0,0 +1,5 @@
+post_install() {
+ echo "make sure that your vimrc contains:"
+ echo " syntax on"
+ echo " filetype plugin on"
+}