aboutsummaryrefslogtreecommitdiff
path: root/vim/after/ftplugin/perl.vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-08-06 09:56:57 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-08-06 09:56:57 +1200
commit4e8a4f0bec4f7cca2884d080978b030dfc1729f0 (patch)
treec97645cd4e581c0405df5690daf9e2646a0f2e44 /vim/after/ftplugin/perl.vim
parentMerge branch 'release/v1.44.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-4e8a4f0bec4f7cca2884d080978b030dfc1729f0.tar.gz
dotfiles-4e8a4f0bec4f7cca2884d080978b030dfc1729f0.zip
Merge branch 'release/v1.46.0'
* release/v1.46.0: Bump VERSION Strip generic greetings from quoted mail Make cursor start heuristics for mail smarter Use ^= instead of += for arbitrary text options Add explicit LC_COLLATE settings to plmu(1df) Remove markdown_autoformat.vim ftplugin Strip a trailing space Use pman as 'keywordprg' for PHP Remove surround.vim's insert mode maps Let's try leaving netrw on again for a bit
Diffstat (limited to 'vim/after/ftplugin/perl.vim')
-rw-r--r--vim/after/ftplugin/perl.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/after/ftplugin/perl.vim b/vim/after/ftplugin/perl.vim
index 777c3ad4..9c3ce6f6 100644
--- a/vim/after/ftplugin/perl.vim
+++ b/vim/after/ftplugin/perl.vim
@@ -1,5 +1,5 @@
" Extra configuration for Perl filetypes
-if &filetype !=# 'perl' || v:version < 700 || &compatible
+if &filetype !=# 'perl' || v:version < 700 || &compatible
finish
endif