Jōshin
e16a7d8f3b
flip et / noet in modelines
...
`et` means `expandtab`.
```sh
rg 'vi: .* :vi' -l -0 | \
xargs -0 sed -i '' 's/vi: \(.*\) et\(.*\) :vi/vi: \1 xoet\2:vi/'
rg 'vi: .* :vi' -l -0 | \
xargs -0 sed -i '' 's/vi: \(.*\)noet\(.*\):vi/vi: \1et\2 :vi/'
rg 'vi: .* :vi' -l -0 | \
xargs -0 sed -i '' 's/vi: \(.*\)xoet\(.*\):vi/vi: \1noet\2:vi/'
```
2023-12-07 22:17:11 -05:00
Jōshin
394d998315
Fix vi modelines ( #989 )
...
At least in neovim, `│vi:` is not recognized as a modeline because it
has no preceding whitespace. After fixing this, opening a file yields
an error because `net` is not an option. (`noet`, however, is.)
2023-12-05 14:37:54 -08:00
Justine Tunney
decf216655
Perform inconsequential code cleanup
2023-08-07 20:24:50 -07:00
Justine Tunney
b66bd064d8
Improve quality of uname/gethostname/getdomainname
2022-09-03 20:20:40 -07:00
Justine Tunney
99e67c348b
Reduce Makefile dependencies by 4%
2022-05-23 15:07:01 -07:00
Justine Tunney
2f3bd90216
Apply some touchups
2021-02-07 07:02:46 -08:00