mirror of
https://github.com/ThePrimeagen/harpoon.git
synced 2025-07-13 17:40:25 +00:00
remove print statement to a nonexistent value
This commit is contained in:
parent
5190f6f9fc
commit
760ba07a77
@ -54,7 +54,7 @@ end
|
||||
M.toggle_quick_menu = function()
|
||||
if Harpoon_win_id ~= nil and vim.api.nvim_win_is_valid(Harpoon_win_id) then
|
||||
local global_config = harpoon.get_global_settings()
|
||||
print(global_config.save_on_menu_quit)
|
||||
|
||||
if global_config.save_on_toggle then
|
||||
require('harpoon.ui').on_menu_save()
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user