Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions lua/bookmarks/actions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,9 @@ local function updateBookmarks(bufnr, lnum, mark, ann)
if isIns == false or ann then
marks = marks or {}
marks[tostring(lnum)] = ann and { m = mark, a = ann } or { m = mark }
-- check buffer auto_save to file
-- M.saveBookmarks()
end
data[filepath] = marks
M.saveBookmarks()
end

M.toggle_signs = function(value)
Expand Down