On Monday, November 5, 2012 7:29:54 PM UTC-6, analogsix wrote:
> have a systemverilog.vim file that I source from my .vimrc through the 
> following command:
> 
> syntax on
> au BufEnter *.sv, *.svh source ~/.vim/syntax/systemverilog.vim
> 
> When opening mulitple .sv files through the command-line for editing, VIM 
> does not syntax highlight the files.
> 
> Only opening individual files works.
> 
> What could be wrong?

One thing that's wrong is you're not supposed to have a space between *.sv and 
*.svh.

Potentially there could also be a problem in your systemverilog.vim file. Where 
did you get it? Or if you made it yourself, what is in it?

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