summaryrefslogtreecommitdiff
path: root/lua/clever_f
diff options
context:
space:
mode:
Diffstat (limited to 'lua/clever_f')
-rw-r--r--lua/clever_f/acquisition_service.lua5
1 files changed, 4 insertions, 1 deletions
diff --git a/lua/clever_f/acquisition_service.lua b/lua/clever_f/acquisition_service.lua
index 103054a..e82adda 100644
--- a/lua/clever_f/acquisition_service.lua
+++ b/lua/clever_f/acquisition_service.lua
@@ -739,7 +739,10 @@ local function acquire_in_scope(record, request, scope)
interactive and acquisition.hide_cursor_on_cmdline
)
)
- if acquisition.mark_cursor then
+ if not interactive then
+ record.host:redraw("suppressed")
+ end
+ if acquisition.mark_cursor and interactive then
scope:set_cursor_marker(record.feedback:create_cursor_marker(
request.position,
current_window(record)