Tuesday, November 6, 2012

Re: systemverilog.vim

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

What is the exact command you give to open multiple files from the command-line? How do you switch between them, if you do not open them all in split windows or the like?

> Only opening individual files works.
>
> What could be wrong?

What is the result of the following command in the non-highlighted files?

:verbose set filetype? syntax?

What OS are you on? What version of Vim are you using (and what feature set, TINY/NORMAL/BIG/HUGE)?

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