Ciaran McCreesh wrote:
On Tue, 09 Aug 2005 15:07:16 -0400 Jonathan Smith <[EMAIL PROTECTED]>
wrote:
| i do have one suggestion for every dev who's ever gotten minor syntax
| - trailing whitespace errors (somehow that happens to me ALOT)...

Or use vim, and :set list listchars=tab:»·,trail:·,extends:… , and then
you'll be able to see them visibly.


and for those of us (nano users) ;)
# nano -w /etc/nanorc
set whitespace "»·"
syntax "ebuild" "\.e(build|class)$"
color brightred ".*[[:blank:]]$"
--
gentoo-dev@gentoo.org mailing list

Reply via email to