diff options
| author | Albert Cervin <albert@acervin.com> | 2023-11-26 23:08:06 +0100 |
|---|---|---|
| committer | Albert Cervin <albert@acervin.com> | 2024-01-15 10:39:56 +0100 |
| commit | 64d6816a36567274551dd4f067fe4d05b1445cc0 (patch) | |
| tree | 50f8dc895d363ab391d30226f665870d8ce263b5 /src/dged/buffer_view.h | |
| parent | c87888f10dfb54590c5aae8311b7aff887193d9a (diff) | |
| download | dged-64d6816a36567274551dd4f067fe4d05b1445cc0.tar.gz dged-64d6816a36567274551dd4f067fe4d05b1445cc0.tar.xz dged-64d6816a36567274551dd4f067fe4d05b1445cc0.zip | |
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
Diffstat (limited to 'src/dged/buffer_view.h')
| -rw-r--r-- | src/dged/buffer_view.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |
