summarylogtreecommitdiffstats
path: root/vim_lib.install
diff options
context:
space:
mode:
Diffstat (limited to 'vim_lib.install')
-rw-r--r--vim_lib.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/vim_lib.install b/vim_lib.install
new file mode 100644
index 000000000000..16772a84dd80
--- /dev/null
+++ b/vim_lib.install
@@ -0,0 +1,8 @@
+post_install () {
+ echo "Add lines from 'usr/share/vim/bundle/vim_lib/vimrc to your ~/.vimrc' to start using vim_lib."
+}
+
+post_remove () {
+ echo "Please clean ~/.vimrc to avoid errors."
+}
+