Vigil Thu, 07 Dec 2006 03:37:03 -0800
In efm_perl.pl 0.2 (with vim 7.0.109 at least), line 89 should be:
my @lines = `perl @{[defined $opt_c ? '-c ' : '' ]} -w "$file"$args 2>&1`; not my @lines = `perl @{[defined $opt_c ? '-c ' : '' ]} -w "$file$args" 2>&1`; -- .