The docs at :h file-pattern don't mention it, but I seem to be able to use
"\=" just fine in autocmd patterns, and it seems to mean what it means in
:h pattern-overview ("zero or one").For instance, `au SomeGroup *.[xgb]z2\= some_command` will fire on files with any of the following extensions: .xz .gz .bz2 .bz Maybe this a fluke and it's not supposed to work this way. But if it is supposed to work this way it should be in the docs at :h file-pattern -Manny -- -- You received this message from the "vim_dev" 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 --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
