This commit is contained in:
Alexander Gehrke 2023-06-09 17:18:24 +02:00
parent 3748dda193
commit ecd51264fd

View file

@ -96,8 +96,6 @@ M.prompt.jump = function()
dmenu("-j") dmenu("-j")
end end
M.prompt.title = title
M.prompt.replace_on_search = function(bool) M.prompt.replace_on_search = function(bool)
settings.replace_on_search = bool settings.replace_on_search = bool
end end