diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-11-07 19:34:37 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-11-07 20:03:24 +0100 |
commit | 8c6168565cb5dade92f9da51c1c9e96882029eaa (patch) | |
tree | c6734e0d30bd065c32a2b0d1ab6a531b127c885f /runtime/syntax/pod.vim | |
parent | ae569ea57b1df1b450803b6d23ab8c315dd72e72 (diff) | |
download | rneovim-8c6168565cb5dade92f9da51c1c9e96882029eaa.tar.gz rneovim-8c6168565cb5dade92f9da51c1c9e96882029eaa.tar.bz2 rneovim-8c6168565cb5dade92f9da51c1c9e96882029eaa.zip |
vim-patch:37c64c78fd87
Note: Ignored changes to matchit.vim in favor of faca81411628.
---
Update runtime files.
https://github.com/vim/vim/commit/37c64c78fd87e086b5a945ad7032787c274e2dcb
Diffstat (limited to 'runtime/syntax/pod.vim')
-rw-r--r-- | runtime/syntax/pod.vim | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/runtime/syntax/pod.vim b/runtime/syntax/pod.vim index 7c65a8433f..604713260b 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 @@ syn match podEscape2 "\d\+>"me=e-1 contained contains=@NoSpell 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 podSpecial Identifier hi def link podEscape String hi def link podEscape2 Number - if exists("perl_pod_spellcheck_headings") " Spell-check headings syn clear podCmdText |