dkprice / vim-easygrep

Fast and Easy Find and Replace Across Multiple Files
The Unlicense
325 stars 47 forks source link

prevent temp console window on Windows #80

Closed ZSaberLv0 closed 4 years ago

ZSaberLv0 commented 5 years ago

on Windows, when g:EasyGrepPerlStyle is set, a system() call would be called to check GNU grep, which would cause a temp console window when startup

this PR delay the check only when function actually called