summaryrefslogtreecommitdiffstats
path: root/ftplugin/perl.vim
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--ftplugin/perl.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/ftplugin/perl.vim b/ftplugin/perl.vim
index 9e210428..d52015e3 100644
--- a/ftplugin/perl.vim
+++ b/ftplugin/perl.vim
@@ -82,6 +82,7 @@ let b:undo_ftplugin = "setlocal fo< com< cms< inc< inex< def< isf< kp< path<" .
" proper matching for matchit plugin
let b:match_skip = 's:comment\|string\|perlQQ\|perlShellCommand\|perlHereDoc\|perlSubstitution\|perlTranslation\|perlMatch\|perlFormatField'
+let b:match_words = '\<if\>:\<elsif\>:\<else\>'
" Restore the saved compatibility options.
let &cpo = s:save_cpo