On Wednesday, December 19, 2012 1:48:19 PM UTC-6, analogsix wrote: > I have issues with my Vim 7.0 at work. > > I edit Verilog RTL files. When I initially load a new buffer/file on gVim, > the Syntax highlighting works correctly. When I run a 'force re-edit' > (through :edit!) or open an existing buffer (i.e. :edit > existing_alternate_file) the syntax highlighting is lost. > > In other words: > It appears that when loading a New Buffer, gVim runs the correct sequence of > syntax scripts needed to load the Verilog syntax coloring. But gVim chokes > when I switching between existing buffers. > > Can anyone assist?
How are you setting the syntax? Do you have automatic filetype detection turned on (correct), or do you just set the filetype/syntax in your .vimrc? What exact command do you use to open a new buffer/file so that you see the highlighting? -- 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
