You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to eclim-user
This might be governed by VIM autocomplete settings, but I'm having
trouble finding it. How do you turn off the "scratch" buffer so that
after you autocomplete there isn't an extra buffer open?
Thanks,
Charles
Eric Van Dewoestine
unread,
Apr 11, 2012, 12:59:38 PM4/11/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to eclim...@googlegroups.com
That is controlled by vim's 'completeopt' setting (:help 'completeopt'):
:set completeopt-=preview
-- eric
Charles Capps
unread,
Apr 11, 2012, 1:16:18 PM4/11/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to eclim-user
Sweet, thanks that works like a charm. Eclim is definitely a viable
platform for my Java projects now. In 1.7.3 autocomplete seems to work
much faster, among other improvements.