Closed zhou13 closed 8 years ago
@zhou Thanks!
Maybe it's problem is caused by self.input_pattern
(not tested)
I will check and fix later. please a moment.
@zhou Sorry, It question.
At first, I have never written a C(C++) \o/
and For example, Golang have this if
idiom.
if err := foo(); err != nil {
return err
}
Is C also have it? If so, I think that operation is normal. What about you think?
Note:
If fix self.input_pattern
regex, it's possible to ignore popup the window after ;
.
@zhou Oh, misunderstood 😱 not show? If so, it's bug.
I do not yet test, will test later.
Edit: Hm... confusing :( Sorry, I'm not good at English... Do you want to show popup? not show ?
I think the completion window should NOT pop up in this situation since it is after a statement ending with ;
. It should follow my setting in g:deoplete#auto_complete_start_length
.
OK. I think this is a deoplete bug. I will make a pull request there.
Problems summary
The completion windows pop up when it should not show.
Case:
If you put the cursor after
|
and go into insert mode, a completion window will pop up. This is not expected.My vim configuration: