hi,Christian, you are right, that's not a "problem"....
But it interrupts the CompleteDone event.
The background is that I am writing a plugin to parse and complete c/cpp
sources(similar to clang_complete)by using clang. When the CompleteDone
event is triggered, it will show diagnostics window according to
the clang output.
If the completion result is not  empty, omni will popup the result, then I
will choose what I want,  finally show the diagnostics window, and all
things are OK. But when there is no pattern matched, the error message
stops plugin from showing diagnostics immediately...

在 2013-2-7 下午7:45,"Christian Brabandt" <[email protected]>写道:
>
> On Sun, February 3, 2013 13:19, Jianjun Mao wrote:
> > Hi, everyone
> > How can I remove the error message 'Pattern not found' after omni
> > completion ?
> > What I want is that there's no need to press any key to quit the
> > completion
> > mode when no pattern matched.
> > Thanks
>
> Nobody answered yet, so let me try.
>
> Is this actually a problem? you can simply type and don't need to press
> a key to quit the completion mode.
>
> regards,
> Christian
>
> --
> --
> You received this message from the "vim_use" maillist.
> Do not top-post! Type your reply below the text you are replying to.
> For more information, visit http://www.vim.org/maillist.php
>
> ---
> You received this message because you are subscribed to the Google Groups
"vim_use" group.
> To unsubscribe from this group and stop receiving emails from it, send an
email to [email protected].
> For more options, visit https://groups.google.com/groups/opt_out.
>
>

-- 
-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to