From 9ae893090dedd9531452c7f66d93ff6588681e8b Mon Sep 17 00:00:00 2001 From: Alan Date: Wed, 20 Mar 2024 10:52:26 +0800 Subject: [PATCH] src/Builder4/Editor.bjs src/Builder4/Editor.vala --- src/Builder4/Editor.bjs | 2 +- src/Builder4/Editor.vala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Builder4/Editor.bjs b/src/Builder4/Editor.bjs index 2d5a56ac6..2127fc995 100644 --- a/src/Builder4/Editor.bjs +++ b/src/Builder4/Editor.bjs @@ -1176,7 +1176,7 @@ " _this.buffer.el.get_iter_at_line_offset(out iter, ", " \t(int)sym.range.start.line,", " \t(int)sym.range.start.character", - "\t)", + "\t);", " _this.buffer.el.place_cursor(iter);", "\t", "}" diff --git a/src/Builder4/Editor.vala b/src/Builder4/Editor.vala index 836d68c83..afde2d54e 100644 --- a/src/Builder4/Editor.vala +++ b/src/Builder4/Editor.vala @@ -2313,7 +2313,7 @@ public class Editor : Object _this.buffer.el.get_iter_at_line_offset(out iter, (int)sym.range.start.line, (int)sym.range.start.character - ) + ); _this.buffer.el.place_cursor(iter); }); -- 2.39.2