You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "This is compiler script that runs perl -Wc and parses all error and warnings. For more information how to use compilers in VIM read help.\n\nThis version has workaround with redirecting stderr on windows platform so it can run either on unixes or windows.\n\nEnjoy. Lukas",
"install_details": "Just put in the $VIMRUNTIME/compiler directory and run :make.",
"release_notes": "I made a mistake so the script didn`t manage errors ending ', near \"...\"' correctly. Now it is fixed.\n\nI know VIM 6.0 has tools/efm_perl.pl - but this is not working under Windows and it is slower (because perl is called twice)."