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