>>> When I 'vimgrep' on a large file tree, I usually turn of 'autocmd' by
>>> ':noau vimgrep /xxx/ **/*.c'. Then I got c file open in a buffer but
>>> without the syntax highlighting (maybe also other good things). So I
>>> think what I need to do is to retriggle those 'autocmd' that would
>>> been usually executed if I don't do 'noau ...'. Can anyone tell me
>>> how to, if possible?
>
> :doau Filetype c
>
> perhaps? Or
>
> :doau BufRead
>
> which will call :setfiletype and thereby retrigger the autocommands?
>
> Ben.
Or (which I think is the recommended command):
:filetype detect
--
Andy
--
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:
Post a Comment