From 342e7ac6c6963a95be5747b2d066b0ad62355f4e Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 5 Aug 2018 21:21:23 +1200 Subject: Strip a trailing space --- vim/after/ftplugin/perl.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vim') 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 -- cgit v1.2.3