I am trying to get the following 1-line autocommand to work:

autocmd BufNewFile,BufRead,BufWinEnter *.vb setl ft=vb | syntax enable
| colorscheme mine

It seems to work when the buffer is new.  But when I do a vimgrep and
get placed in the location of the first quickfix line item, everything
is monochrome until I issue ":syntax enable | colorscheme mine".  Is
there another event that I should add to the au command?

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