diff options
Diffstat (limited to '')
-rw-r--r-- | ftplugin/rst.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ftplugin/rst.vim b/ftplugin/rst.vim index 5fc87d21..14983362 100644 --- a/ftplugin/rst.vim +++ b/ftplugin/rst.vim @@ -1,4 +1,5 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'rst') == -1 + " reStructuredText filetype plugin file " Language: reStructuredText documentation format " Maintainer: Marshall Ward <marshall.ward@gmail.com> @@ -46,4 +47,5 @@ endif let &cpo = s:cpo_save unlet s:cpo_save + endif |