Tuesday, February 14, 2012

Re: multiple autocommands

On Feb 13, 3:11 pm, Chris Lott <ch...@chrislott.org> wrote:
> 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\

Are you looking to create a filetype plugin?

:he filetype-plugin
:he new-filetype

--
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: