You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
parse-partial-sexp is getting called with a range that is outside of the narrowed buffer and this causes problems. I'm not sure what the fix is because I don't have a ton of experience w/ this codebase.
this is with the latest head version.
The text was updated successfully, but these errors were encountered:
We do a widen before maybe parsing the buffer, in order to counteract narrowing by blink-matching-open (#63).
Maybe we should just extend this save-restriction block to the whole function body.
parse-partial-sexp
is getting called with a range that is outside of the narrowed buffer and this causes problems. I'm not sure what the fix is because I don't have a ton of experience w/ this codebase.this is with the latest head version.
The text was updated successfully, but these errors were encountered: