Re: [PATCH] Disable "Pattern not found" message unless verbose > 0

2013-11-06 Fir de Conversatie zhaocai
Thanks to @Shougo. This issue is resolved. https://github.com/Valloric/YouCompleteMe/pull/651 On Nov 5, 2013, at 21:58, zhaocai wrote: > > On Nov 5, 2013, at 19:37, Shougo wrote: > >> Hi, I'm the author of neocomplete. >> >>> Disable "Pattern not fo

Re: [PATCH] Disable "Pattern not found" message unless verbose > 0

2013-11-05 Fir de Conversatie zhaocai
On Nov 5, 2013, at 19:37, Shougo wrote: > Hi, I'm the author of neocomplete. > >> Disable "Pattern not found" message unless verbose > 0 > > I think you wants to disable "Pattern not found" message in command line. > This feature is already implemented. > > You should read ":help complete-fun

Re: [PATCH] Disable "Pattern not found" message unless verbose > 0

2013-11-05 Fir de Conversatie zhaocai
On Nov 5, 2013, at 16:00, Ben Fritz wrote: > On Tuesday, November 5, 2013 2:24:09 PM UTC-6, Zhao Cai wrote: >> On Tuesday, November 5, 2013 1:56:56 PM UTC-6, Zhao Cai wrote: >> > What is wrong with using silent? >> >> >> >> **silent!** does not suppress this messa

Re: [PATCH] Disable "Pattern not found" message unless verbose > 0

2013-11-05 Fir de Conversatie zhaocai
how extra information about the currently selected completion in the preview window. Only works in combination with “menu" or "menuone". silent Suppress feedback messages like “Patterns not found”. On Nov 5, 2013, at 14:16, zhaocai wrote: >> (char_u *)

Re: [PATCH] Disable "Pattern not found" message unless verbose > 0

2013-11-05 Fir de Conversatie zhaocai
On Tuesday, November 5, 2013 1:56:56 PM UTC-6, Zhao Cai wrote: >>> What is wrong with using silent? >> >> >> >> **silent!** does not suppress this message because internally YouCompleteMe >> or neocomplete send key ‘’ on CursorMoved to invoke ins-completion. >> > > And how does that cause an

Re: [PATCH] Disable "Pattern not found" message unless verbose > 0

2013-11-05 Fir de Conversatie zhaocai
> On Nov 5, 2013 11:16 PM, "zhaocai" wrote: > >> > >> (char_u *)_(“") is *translated* empty string casted to unsigned char. What > >> do you need translation of an empty string for? > Sorry! I do not know _() is for gettext. Just to follow the ot

Re: [PATCH] Disable "Pattern not found" message unless verbose > 0

2013-11-05 Fir de Conversatie zhaocai
> > On Di, 05 Nov 2013, zhaocai wrote: > >>> I am against this patch though as I do want to receive these messages. This >>> should be fixed by adding appropriate flag (such as s//e) to whatever >>> method that is giving these messages if you are sure

Re: [PATCH] Disable "Pattern not found" message unless verbose > 0

2013-11-05 Fir de Conversatie zhaocai
> (char_u *)_(“") is *translated* empty string casted to unsigned char. What do > you need translation of an empty string for? If it is NULL, vim prints “back to original” message. > I am against this patch though as I do want to receive these messages. This > should be fixed by adding appropri

Re: [PATCH] Disable "Pattern not found" message unless verbose > 0

2013-11-05 Fir de Conversatie zhaocai
/* remove N_ADDS flag, so next ^X<> won't try to go to ADDING mode, * because we couldn't expand anything at first place, but if we used — On Nov 4, 2013, at 16:33, zhaocai wrote: > ## Reason > > It is quite annoying when you use auto-completion

[PATCH] Disable "Pattern not found" message unless verbose > 0

2013-11-04 Fir de Conversatie zhaocai
## Reason It is quite annoying when you use auto-completion plugins like YouCompleteMe or neocomplete. ## Related Discussion: - https://github.com/Valloric/YouCompleteMe/issues/642#issuecomment-27711342 - https://github.com/Valloric/YouCompleteMe#i-get-annoying-messages-in-vims-status-area-when