I have an autocmd that I would like to trigger for all files, except a certain file. Is there a way to write this?
I'm thinking something like:
autocmd BufReadPost *, !.git/COMMIT_EDITMSG <do stuff>
Thanks,
Matt
--
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
