chentoast / marks.nvim

A better user experience for viewing and interacting with Vim marks.
MIT License
788 stars 40 forks source link

fix: prevent multiple bookmarks of the same type being set on the same line. #22

Closed chentoast closed 2 years ago

chentoast commented 2 years ago

Also contains a drive by fix for a bug when clearing a bookmark from a line that contains multiple bookmarks.

Fixes #9.