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
e02'>^
b9ab5d9f ^
118d97cd ^

28b17238 ^
66631308 ^

5d9c7ffd ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36