marshallward / vim-restructuredtext

Syntax file for reStructuredText on Vim.
26 stars 12 forks source link

Spell check disabled when `php` is removed from `rst_syntax_code_list` #11

Closed marshallward closed 6 years ago

marshallward commented 7 years ago

Spell checking does not appear to work when php is removed from g:rst_syntax_code_list, the default list of languages used to syntax highlight content within code:: directives.

It's not clear to me why including php fixes this problem.

Only users with custom rst_syntax_code_list set would notice this issue.

marshallward commented 6 years ago

As mentioned in #29, php was invoking html.vim which was calling syntax spell toplevel, which seems to be required for spell checking. Moving this issue to #29.