grep
grep copied to clipboard
Findstr not working with multiword (space separated) search
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 :)