shabiel / VPE

Victory Programmer Environment (used in M code Development; esp. for VISTA)
Other
11 stars 5 forks source link

Sam: On Cache, backspacing on first character of tag crashes syntax highlighting #47

Closed shabiel closed 5 years ago

shabiel commented 5 years ago

Error is:

<ILLEGAL VALUE>SYNTAX+38^XVEMSYN

The problem is that $X gets set to -1 when you delete the last character of a tag, resulting in a crash on Cache. Setting $X to -1 on GT.M has no effect.

dlwicksell commented 5 years ago

This will be fixed in a commit on the version_15.2 branch sometime soon.

dlwicksell commented 5 years ago

This is fixed in the version_15.2 branch. I'll close this issue when that branch is merged in to master.