aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-07-07 00:58:45 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-07-07 00:58:45 +1200
commitc30a12e7e866f5b51701ab637932103c43fa2f9a (patch)
treec8969a9ae8a7db7397584dce5aeea5367a7c540c
parentRefactor opening of Vim Perl indent script (diff)
downloaddotfiles-c30a12e7e866f5b51701ab637932103c43fa2f9a.tar.gz
dotfiles-c30a12e7e866f5b51701ab637932103c43fa2f9a.zip
Adjust leading comment for Vim Perl indent
-rw-r--r--vim/indent/perl.vim6
1 files changed, 1 insertions, 5 deletions
diff --git a/vim/indent/perl.vim b/vim/indent/perl.vim
index 890e2e3e..ee7028ec 100644
--- a/vim/indent/perl.vim
+++ b/vim/indent/perl.vim
@@ -1,8 +1,4 @@
-" Vim indent file for Perl5, because the stock one is way too complicated. I
-" want something predictable rather than magical, and it's all going through
-" perltidy(1) in the end anyway.
-"
-" The biggest gap in this is getting heredocs wrong; use 'paste' for that.
+" Custom Vim indent file for Perl5; the stock one didn't suit me.
" Only load this indent file when no other was loaded.
if exists('b:did_indent') || &compatible