CVSROOT: /cvs Module name: src Changes by: o...@cvs.openbsd.org 2024/07/08 08:33:29
Modified files: usr.bin/mg : util.c Log message: mg: fix auto-indent-mode with custom tab widths dointent() didn't know about set-tab-width so it was mis-indenting the lines. Diff from Mark Willson (mark dot willson at hydrus.org.uk), with a tiny change by me.