Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

efm_perl.pl sould not to be executable #355

Closed
bioinfornatics opened this issue Sep 17, 2012 · 1 comment
Closed

efm_perl.pl sould not to be executable #355

bioinfornatics opened this issue Sep 17, 2012 · 1 comment

Comments

@bioinfornatics
Copy link

this file ./syntax_checkers/efm_perl.pl should not to be executable as it is used from ./syntax_checkers/perl.vim with the command :

'perl ' . shellescape(expand('<sfile>:p:h') . '/efm_perl.pl') . ' -c -w'

here perl execute the script then script mode should to be 0644

In more efm_perl.pl is not an utf-8 file but ISO-8859

$ iconv -f LATIN1 -t UTF-8 syntax_checkers/efm_perl.pl -o syntax_checkers/efm_perl.pl
@scrooloose
Copy link
Collaborator

Hmm, its already 644 here :-/

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants