Fix not saving bookmarks on delete
This commit is contained in:
@@ -77,7 +77,7 @@ function Bookmarks.deleteBookmark()
|
||||
Bookmarks.selectBookmark("Delete", function(bookmark, idx)
|
||||
if idx then
|
||||
table.remove(H.state.bookmarks, idx)
|
||||
H.saveBookmark()
|
||||
H.saveBookmarks()
|
||||
vim.notify("Deleted bookmark \"".. bookmark.name .. "\"")
|
||||
end
|
||||
end)
|
||||
|
||||
Reference in New Issue
Block a user