From 64d6816a36567274551dd4f067fe4d05b1445cc0 Mon Sep 17 00:00:00 2001 From: Albert Cervin Date: Sun, 26 Nov 2023 23:08:06 +0100 Subject: Completion rework - Add support for building with clang Also fix some annoying bugs: - Visual column was wrong when using tabs - Add shift-tab for inserting an actual tab - Fix minibuffer sometimes having dot above it --- src/dged/buffer_view.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/dged/buffer_view.h') diff --git a/src/dged/buffer_view.h b/src/dged/buffer_view.h index 0002b95..1c8fa6a 100644 --- a/src/dged/buffer_view.h +++ b/src/dged/buffer_view.h @@ -80,6 +80,7 @@ void buffer_view_clear_mark(struct buffer_view *view); void buffer_view_set_mark_at(struct buffer_view *view, struct location mark); struct location buffer_view_dot_to_relative(struct buffer_view *view); +struct location buffer_view_dot_to_visual(struct buffer_view *view); void buffer_view_undo(struct buffer_view *view); -- cgit v1.2.3