Tony Mechelynck wrote: > (untested) either > :match Error /\%>4l/\%<11l.*/ > or > :hi LineBlock ctermbg=red guibg=red > :match LineBlock /\%>4l/\%<11l.*/ >
One slash too much :) :match Error /\%>4l\%<11l.*/ or :hi LineBlock ctermbg=red guibg=red :match LineBlock /\%>4l\%<11l.*/ --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
