On Tuesday, February 14, 2012, Ben Fritz <[email protected]> wrote:
>
>
> On Feb 13, 3:11 pm, Chris Lott <[email protected]> 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?

Maybe...I'll look into that. I was hoping that I could keep it simple and
use augroup, but that seems to depend on the filetype already being set,
which is happening with the vim-pandoc extension. I think. It's rather
confusing to me still.

At least I know now I can put multiple items on the same line, which helps
a bit!

c
--
Chris Lott <[email protected]>

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

Reply via email to