syntasticでperlのsyntaxcheckが動かなくなった件

RTFC

3.4.0
Syntax checker changes:
Disable the perl checker by default, for security reasons (lcd047)

https://github.com/scrooloose/syntastic/wiki/Changelog

https://github.com/scrooloose/syntastic/wiki/Perl%3A---perl#security

let g:syntastic_enable_perl_checker = 1
let g:syntastic_perl_checkers = ['perl', 'podchecker']

うちの環境では、g:syntastic_perl_checkersも設定しないと動かんかった

落ち穂拾い

デバッグ用設定

let g:syntastic_debug = 1

checkerの確認

:SyntasticInfo perl

Alignta 空白で整列

GitHub - h1mesuke/vim-alignta: Align Them All!

:'<,'>Alignta <<0 \ /2

選択範囲内をマージンをとらず、2つめの空白で整列


before

color main-head blue default bold
color main-tag yellow default bold
color main-local-tag yellow default
color main-remote blue default
color main-tracked blue default

color stat-none default default
color stat-staged green default
color stat-unstaged red default
color stat-untracked yellow default

after

color main-head      blue default bold
color main-tag       yellow default bold
color main-local-tag yellow default
color main-remote    blue default
color main-tracked   blue default

color stat-none      default default
color stat-staged    green default
color stat-unstaged  red default
color stat-untracked yellow default