summaryrefslogtreecommitdiff
path: root/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'buffer.c')
-rw-r--r--buffer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/buffer.c b/buffer.c
index 9796eb5..8d20a6f 100644
--- a/buffer.c
+++ b/buffer.c
@@ -1186,6 +1186,7 @@ void buffer_cursor_move_to_pos(TextBuffer *buffer, BufferPos pos) {
buffer->cursor_pos = pos;
buffer->selection = false;
buffer_scroll_to_cursor(buffer);
+ signature_help_retrigger(buffer->ted);
}
i64 buffer_cursor_move_left(TextBuffer *buffer, i64 by) {