Fixed code completion after opening bracket, issue 3977

This commit is contained in:
Paulb23 2016-05-07 12:01:56 +01:00
parent baaa74f215
commit 0a2b341d0a

View file

@ -3911,6 +3911,9 @@ void TextEdit::_update_completion_candidates() {
}
}
if (l[cursor.column - 1] == '(' && !pre_keyword) {
cancel = true;
}
update();