Hi Gary , 
Its working fine
i added these things in ~/.vim/syntax/filetype.vim

augroup filetypedetect
au! BufRead,BufNewFile *.v so ~/.vim/syntax/verilog.vim 
augroup END


Working fine from now
-----------------------------------------------------
I need one more help

Whenever ,  i wanted to open VIm in new buffer via (sp and tabnew ) , i need
to source one command 

:let b:match_words =
'\<begin\>:\<end\>,'.'\<class\>:\<endclass\>,'.'\<task\>:\<endtask\>,'.'\<case\>:\<endcase\>'

How can i do that 
I added thsi one in .vimrc. Its working only for one file but not in split
files 

 





--
View this message in context: 
http://vim.1045645.n5.nabble.com/VIM-loses-syntax-highlighting-when-using-split-command-tp5713478p5713540.html
Sent from the Vim - General mailing list archive at Nabble.com.

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

--- 
You received this message because you are subscribed to the Google Groups 
"vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to