-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Numerous operations result in: E108: No such variable: "b:coiled_snake_should_foldsetlocal" #37
Comments
Could you please test whether the |
Thanks for the quick response! I've pulled the fix, and will update here with feedback if I am unable to any longer see the error! :) |
So far, so good! Been working flawlessly. Will let you know if this happens again, but think it's been fixed. Either way, THANKS for the best Python folding I've seen yet in Vim/Neovim :) ! |
Thank @kalekundert :) Also, @jeetsukumaran, I've updated the P.S. I am keeping this issue open until |
See issue 37 [1] for details. 1: kalekundert/vim-coiled-snake#37
When:
(1) restoring sessions
(2) reformatting the code in an external process such as
:! black %
(3) reloading some files
I often get the following errors:
It rarely results in totally borked folding, but I do have to
zR
to get them. Mysessionoptions
used to be:set sessionoptions=buffers,curdir,skiprtp,tabpages,folds
, but I get the errors even without folds (though less frequently). I can try to figurte this out later, or pin down a replicable MWE, but thought I would open the issue to see if you or others have seen this before.The text was updated successfully, but these errors were encountered: