From mboxrd@z Thu Jan 1 00:00:00 1970 From: itaylor@uark.edu (Ian Taylor) Date: Sun, 14 Oct 2007 13:34:00 -0400 Subject: [sup-talk] Vim integration In-Reply-To: <6205b42d0710140420o54dc7b7es32346829e6644d77@mail.gmail.com> References: <6205b42d0710140420o54dc7b7es32346829e6644d77@mail.gmail.com> Message-ID: <1192383184-sup-2936@silver> 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=mail You 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