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`;

--

.

Reply via email to