NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
vi? What about vim? (Score:2)
Vim:
And your troubles are over :)
... until you have to edit a friggin' Makefile :(
(expandtab converts tabs to their equivalent spaces. There are many similar commands to get fine-grained control over this)
Of course, if you just want to show unwanted whitespace, we have plenty of builtin ways of doing that [wikia.com].
Major modes are major useful. (Score:2)
You mean vim isn't smart enough to know you need leading tabs in Makefiles? Hmm, too bad.
Re:Major modes are major useful. (Score:1)
Oh, and the
makefiletype plugin could easily set this automatically. I don’t know why it doesn’t, but it doesn’t bother me that it does not, either.Reply to This
Parent