Monday, February 13, 2012

multiple autocommands

Is there a more efficient or better way to cluster together a set of
autocommands in my .vimrc? For instance, I have the following:

au BufNewFile,BufRead *.mtxt setlocal filetype=pandoc
au BufNewFile,BufRead *.mtxt setlocal spell
au BufNewFile,BufRead *.mtxt setlocal equalprg=pandoc\ -t\ markdown\
--reference-links\ --no-wrap

c
--
Chris Lott <chris@chrislott.org>

--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

No comments: