Skip to content

ywatase/flymake-perl.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Flymake plugin for perl

File
  - ftplugin/perl/flymake.vim
  - README

What's this
  - find lib directory and setlocal path and makeprg
  - how find lib

    - 3 pattern

       - /path/to/perl-file
         - set /path/to/{lib,extlib/lib/perl5,extlib/lib/perl5/$Config{archname}} if exists.

       - under /path/to/MyApp/t
         - set /path/to/MyApp/{t/lib,lib,extlib/lib/perl5,extlib/lib/perl5/$Config{archname}} if exists.

       - under /path/to/MyApp/{extlib,lib,bin,script,scripts,root}
         - set /path/to/MyApp/lib,extlib/lib/perl5,extlib/lib/perl5/$Config{archname}} if exists.

Author
  ywatase <[email protected]>

About

flymake for perl

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published