Update runtime files.
diff --git a/runtime/syntax/pod.vim b/runtime/syntax/pod.vim
index 7c65a84..6047132 100644
--- a/runtime/syntax/pod.vim
+++ b/runtime/syntax/pod.vim
@@ -4,7 +4,7 @@
" Previously: Scott Bigham <dsb@killerbunnies.org>
" Homepage: http://github.com/vim-perl/vim-perl
" Bugs/requests: http://github.com/vim-perl/vim-perl/issues
-" Last Change: 2013-07-21
+" Last Change: 2017-09-12
" To add embedded POD documentation highlighting to your syntax file, add
" the commands:
@@ -68,7 +68,7 @@
hi def link podCommand Statement
hi def link podCmdText String
-hi def link podOverIndent Number
+hi def link podOverIndent Number
hi def link podForKeywd Identifier
hi def link podFormat Identifier
hi def link podVerbatimLine PreProc
@@ -76,7 +76,6 @@
hi def link podEscape String
hi def link podEscape2 Number
-
if exists("perl_pod_spellcheck_headings")
" Spell-check headings
syn clear podCmdText