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
lex.c: restore lexd.nested_tilde flag & handling (re: c40851a)
Removing that flag was a mistake, because it serves another
purpose: if it is set, the 'continue' on line 700 is executed,
avoiding the 'goto epat' online 704 or the state table change to
ST_NORM on line 706 when we're within ~(...) within ${...}.
0 commit comments