Advertisement
Guest User

vim-javacomplete vimdoc.install fix

a guest
Jul 29th, 2010
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.42 KB | None | 0 0
  1. diff --git a/vimdoc.install b/vimdoc.install
  2. index 5246e5c..acd42ec 100755
  3. --- a/vimdoc.install
  4. +++ b/vimdoc.install
  5. @@ -1,7 +1,7 @@
  6.  post_install() {
  7.      echo -n "Updating vim help tags..."
  8.      /usr/bin/vim --noplugins -u NONE -U NONE \
  9. -        --cmd ":helptags /usr/share/vim/doc" --cmd ":q" > /dev/null 2>&1
  10. +        --cmd ":helptags /usr/share/vim/vim72/doc" --cmd ":q" > /dev/null 2>&1
  11.      echo "done."
  12.  }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement