I saw this as an example:

augroup indent_settings
    au!
    au BufEnter *.pl setl autoindent smartindent
    au BufEnter *.html setl noautoindent nosmartindent
augroup END

I am wondering if there is some way that I can specify the options ONCE and apply them to a bunch of different modes.

For instance, I want Perl, Python and Tcl to have "ts=4,sw=4"...

Robert

--
You received this message from the "vim_mac" 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