summarylogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rw-r--r--install.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/install.sh b/install.sh
index 4848ada7a5c2..f010aa8af641 100644
--- a/install.sh
+++ b/install.sh
@@ -7,11 +7,6 @@ update_vim_help() {
post_install() {
update_vim_help
- #echo "==> ------------------------------------------------------------------------------------------------------------------------------"
- #echo
- #echo "==> add: \"let g:ycm_global_ycm_extra_conf = '/usr/share/vim/vimfiles/third_party/ycmd/cpp/ycm/.ycm_extra_conf.py'\" to your vimrc"
- #echo
- #echo "==> ------------------------------------------------------------------------------------------------------------------------------"
}
post_upgrade() {
@@ -20,9 +15,4 @@ post_upgrade() {
post_remove() {
update_vim_help
- #echo "==> ---------------------------------------------------------------------------------------------------------------------------------"
- #echo
- #echo "==> remove: \"let g:ycm_global_ycm_extra_conf = '/usr/share/vim/vimfiles/third_party/ycmd/cpp/ycm/.ycm_extra_conf.py'\" in your vimrc"
- #echo
- #echo "==> ---------------------------------------------------------------------------------------------------------------------------------"
}