vim-signify
vim-signify copied to clipboard
Make fold levels be buffer local.
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.
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.