On 12 December 2012 06:28, ramgorur <[email protected]> wrote:
> Hi, > > In my vim syntax highlighting, I am having a long underline under certain > keywords. Please see the snapshot here -- > http://i.stack.imgur.com/HufRs.png > > Thanks in advance. > > -- > 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 Looks like you have a regex matching the start of lines with "^". Is this the C++ syntax highlighting that comes with Vim? I suppose whoever wrote it didn't anticipate someone using underlines in their color schemes. You could work around it by changing your color scheme to not underline at all. -- 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
