Hi, easy tip, but might prove useful for some of you. Add the following line into your .vimrc to get syntax coloration when composing emails with sup: au BufRead sup.* set ft=mail HTH, -- Pierre Baillet <pierre at baillet.name> -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/sup-talk/attachments/20071014/f154645b/attachment.html
Excerpts from Pierre Baillet''s message of Sun Oct 14 07:20:47 -0400 2007:> easy tip, but might prove useful for some of you. > > Add the following line into your .vimrc to get syntax coloration when > composing emails with sup: > > au BufRead sup.* set ft=mailYou could also do something like this in config.yaml :editor: /usr/bin/vim -f -c ''setlocal spell spelllang=en_us'' -c ''set filetype=mail'' -- Ian Taylor