diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2018-08-05 21:21:23 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2018-08-05 21:21:23 +1200 |
commit | 342e7ac6c6963a95be5747b2d066b0ad62355f4e (patch) | |
tree | d856d36248c1ea1650acb1b26ba8e12706dd463d /vim/after/ftplugin | |
parent | Use pman as 'keywordprg' for PHP (diff) | |
download | dotfiles-342e7ac6c6963a95be5747b2d066b0ad62355f4e.tar.gz dotfiles-342e7ac6c6963a95be5747b2d066b0ad62355f4e.zip |
Strip a trailing space
Diffstat (limited to 'vim/after/ftplugin')
-rw-r--r-- | vim/after/ftplugin/perl.vim | 2 |
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 |