azabiong / vim-highlighter

Highlight words and expressions
MIT License
226 stars 9 forks source link

feat: add support for multi-line and single-char highlight #8

Closed JS-Zheng closed 2 years ago

JS-Zheng commented 2 years ago

Related Issue: #7

Add support for multi-line and single-char highlight in visual mode by introducing a new s:GetVisualLines() function. HiFind and HiErase features may need to be verified.

JS-Zheng commented 2 years ago

Issue Fixed