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

Make fold levels be buffer local.

Open algmyr opened this issue 11 months ago • 1 comments

Without this I had behavior where doing SignifyFold! on a second buffer would change the fold regions of the first buffer. With the fix things were independent as they should be.

algmyr avatar Jan 20 '25 13:01 algmyr

Updated the code to not use script variables for context0 and context1, not sure why they were used rather than just keeping them local and passing them as variables.

algmyr avatar Jan 20 '25 22:01 algmyr