grep icon indicating copy to clipboard operation
grep copied to clipboard

Findstr not working with multiword (space separated) search

Open KiranHappy opened this issue 4 years ago • 0 comments

This feature works fine with your old plugin https://github.com/vim-scripts/findstr.vim as there /C: flag is used cleanly.

Into current script even supplying this flag explicitly has issues of delivering all occurrences. If you could restore correct behavior, Windows User will be very thankful to you :)

KiranHappy avatar Dec 04 '21 02:12 KiranHappy