diff --git a/src/init.lua b/src/init.lua index e5b93c91..5e7f3440 100644 --- a/src/init.lua +++ b/src/init.lua @@ -3060,7 +3060,7 @@ xplr.config.modes.custom = {} -- Tries to auto complete the path in the input buffer xplr.fn.builtin.try_complete_path = function(m) - if not m.input_buffer then + if not m.input_buffer or m.input_buffer == "" then return end