J. F. Mitre wrote: > > > I use: > > set textwidth=80 > au BufNewFile,BufRead * exec 'match Error /\%>' . &textwidth . 'v.\+/' > > You can use your pre-defined "rightMargin" instead "Error" > Regards, > J. F. Mitre The problem is that the rightMargin highlighting becomes undefined when new buffers with supported syntax are loaded due to their typical "syn clear". "Error" is a standard highlighting group, so colorschemes are supposed to support it and so effectively it doesn't disappear.
Regards, Chip Campbell --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
