about summary refs log tree commit diff stats
path: root/subx.vim
Commit message (Collapse)AuthorAgeFilesLines
* 6398Kartik Agaram2020-05-241-2/+2
|
* mu.subx: all parsing tests passingKartik Agaram2020-05-181-1/+1
|
* support 'fake' handles allocated staticallyKartik Agaram2020-05-181-1/+1
| | | | | | | | Mystery solved of why the syntax sugar phases don't work even though they don't use any functions whose signatures changed in the migration to handles. The answer: they use the Registers table, and it needs to use handles rather than raw strings.
* 6217 - make subx.vim work better out of the boxKartik Agaram2020-05-101-26/+31
| | | | | | Adding some more colors will improve the experience, but the choices depend on colorscheme, and first impressions should at least not seem to have degraded things.
* 5714Kartik Agaram2019-10-251-1/+1
| | | | Replace calculations of constants with labels.
* 5681Kartik Agaram2019-09-201-0/+2
|
* 5485 - promote SubX to top-levelKartik Agaram2019-07-271-0/+68