diff options
| author | Irene Knapp <ireneista@irenes.space> | 2026-09-20 14:02:31 -0700 |
|---|---|---|
| committer | Irene Knapp <ireneista@irenes.space> | 2026-09-20 21:22:12 -0700 |
| commit | 3275f7932b3f109d798b9303b1e3bfc052a48d4d (patch) | |
| tree | d8a74b2d054ce0a429ca4d118dfb553c7818e21e /core.e | |
| parent | 170f925a23e0c54a97dde4c8294898549424d332 (diff) | |
make the magic-comment tab stops function like real tab stops
fun! fiddly! :D fixing one-off column alignment issues is like stimming for coders (which is to say, like stimming) Change-Id: I1037ec27b863f90117fb22a29ef52d0ba460c7d5 Force-Push: yes
Diffstat (limited to 'core.e')
| -rw-r--r-- | core.e | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core.e b/core.e index f605296..4394fd8 100644 --- a/core.e +++ b/core.e @@ -1224,8 +1224,7 @@ here ! : packalign ~ It's possible the padding will be of length zero, so we have to put the ~ magic comment provide-* command first. - ~ : provide-decimal - ~ : 0 #-- (width # alignment padding) + ~ : 0 #-- (alignment padding) { 2dup /% drop { drop exit } unless swap 0 pack8 swap ~ : 1 adjust-length |