开发者

vim highlighting to right edge of screen

开发者 https://www.devze.com 2022-12-08 06:44 出处:网络
Is it possible to define a syntax group where highlighting would extend to the right edge of the screen (and not just to the last character in the line) ? This group could potentially match several li

Is it possible to define a syntax group where highlighting would extend to the right edge of the screen (and not just to the last character in the line) ? This group could potentially match several lines. I am not trying to highlight the current cursor lin开发者_如何转开发e, but rather whole comment blocks.


See this question

You may be able to use:

:match DiffAdd '\%>72v.*'
0

精彩评论

暂无评论...
验证码 换一张
取 消