Vim includes AsciiDoc syntax highlight definition, but it's very, very slow. Fix attached.
Disclaimer: I don't really understand what the removed options are for, but removing them fixes the issue without causing perceivable adverse effects. -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
diff -r ca3db36a6ed8 runtime/syntax/asciidoc.vim --- a/runtime/syntax/asciidoc.vim Thu May 14 05:56:09 2015 +0200 +++ b/runtime/syntax/asciidoc.vim Mon Jun 01 16:05:18 2015 +0300 @@ -23,10 +23,6 @@ finish endif -syn clear -syn sync fromstart -syn sync linebreaks=100 - " Run :help syn-priority to review syntax matching priority. syn keyword asciidocToDo TODO FIXME CHECK TEST XXX ZZZ DEPRECATED syn match asciidocBackslash /\\/
