aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-07-06 18:23:34 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-07-06 18:23:34 +1200
commit498be6c6b55152fdc8fb1109525c3a7e40746ac4 (patch)
treec3ae921a375a0613f41c556b3920cce950efeb55
parentAdd attempt at own Vim Perl indenting (diff)
downloaddotfiles-498be6c6b55152fdc8fb1109525c3a7e40746ac4.tar.gz
dotfiles-498be6c6b55152fdc8fb1109525c3a7e40746ac4.zip
Add a comment to Vim Perl indent rules
-rw-r--r--vim/indent/perl.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/vim/indent/perl.vim b/vim/indent/perl.vim
index a3aea053..a3509dbf 100644
--- a/vim/indent/perl.vim
+++ b/vim/indent/perl.vim
@@ -1,6 +1,8 @@
" 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.
" Only load this indent file when no other was loaded.
if exists('b:did_indent') || &compatible