On Fri, 2009-03-20 at 11:43 -0700, Steve Hall wrote:
> Is the standard omnicomplete only helpful for C? You might try the Vim
> list and see if any work has been done to improve this feature, it
> seems a shame to spend time on a plugin that duplicates features in
> the base program.

OmniCppComplete works with C and C++, and it does a great job in
completing field and member information, which is completely contextual
(it depends on the type of the definition of what comes before the '->'
or '.' operator after which you are trying to complete).
AFAICS the standard vim completion feature does not even attempt this
(or anyway it fails in doing so).

> I'm not familiar with this plugin, but it sounds like it does not deal
> with Vim's &insertmode feature. You might try:
> 
>   :set noinsertmode

It changed nothing...

I mean, I did the following (I have expert mode on):
- go near the place where I wanted to edit my C file,
- press esc (cursor changes shape), type ":set noinsertmode" and then
enter,
- press esc again,
- edit the source and try to complete.
The result was exactly as before.

I also tried giving the ":set noinsertmode" command just before trying
to complete, with the same result.

So I still have this plugin that works with plain vim and not with
cream :-(

I'll follow your advice and ask the pluging author as well.

Thanks!
  Massimiliano



------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
cream-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cream-general

Reply via email to