vim-better-comments icon indicating copy to clipboard operation
vim-better-comments copied to clipboard

Change highlighting for empty string.

Open EYH0602 opened this issue 4 years ago • 0 comments

The example code is

if str == "":
    do something

With this plugin, everything after "" will also be highlighted.

EYH0602 avatar May 05 '21 08:05 EYH0602