vim-bookmarks icon indicating copy to clipboard operation
vim-bookmarks copied to clipboard

Fixes #118 bookmarks hiding when switching buffer

Open MattesGroeger opened this issue 4 years ago • 2 comments
trafficstars

I just quickly created this PR so the fix can be verified. I didn't test myself yet (besides this one use case). Please go ahead and help me testing.

MattesGroeger avatar Oct 01 '21 20:10 MattesGroeger

This fixes the issue I had trying to use this plugin alongside whichkey. The bookmarks used to disappear, but this seems to fix the bug.

ChristianChiarulli avatar Nov 17 '21 03:11 ChristianChiarulli

A problem that was introduced in this branch was that bookmark signs were invisible when starting nvim and entering files that have bookmarks added to them. I created a fork based on the master branch where both functionalities are no more of an issue #174

ttytm avatar Apr 18 '22 18:04 ttytm