[gnome-builder/wip/chergert/completion] vala: ignore length check
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/wip/chergert/completion] vala: ignore length check
- Date: Tue, 5 Jun 2018 11:07:51 +0000 (UTC)
commit 731547da0ddcf1b4df9fc088ad08d6559a7f5986
Author: Christian Hergert <chergert redhat com>
Date: Tue Jun 5 04:07:13 2018 -0700
vala: ignore length check
src/plugins/vala-pack/ide-vala-completion.vala | 2 --
1 file changed, 2 deletions(-)
---
diff --git a/src/plugins/vala-pack/ide-vala-completion.vala b/src/plugins/vala-pack/ide-vala-completion.vala
index e11f13d09..97aa7a40b 100644
--- a/src/plugins/vala-pack/ide-vala-completion.vala
+++ b/src/plugins/vala-pack/ide-vala-completion.vala
@@ -61,8 +61,6 @@ namespace Ide
if (!member_access.match (current_text, 0, out match_info))
return null;
- else if (match_info.fetch(0).length < 2)
- return null;
start_pos.line = this.location.line;
start_pos.column = this.location.column - (int)match_info.fetch (2).length;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]