Closed jacott closed 3 years ago
When called with a negative argument, right?
Fixed the scenario which I could reproduce. If you still see related problems, please post a step-by-step repro.
When called with a negative argument, right?
Yes, like when calling backward-up-list
I can confirm that b913961e410dbfdc52a80d62eb4cfe7a305b4e3e fixes the problem for me
Affects
js2-mode-forward-sexp
from emacs news:
** 'parse-partial-sexp' now signals an error if TO is smaller than FROM. Previously this would lead to the function interpreting FROM as TO and vice versa, which would be confusing when passing in OLDSTATE, which refers to the old state at FROM.