Attached patch contains a doc fix for runtime/doc/syntax.txt. Regards Dominique
-- -- 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 bed71c37618c runtime/doc/syntax.txt --- a/runtime/doc/syntax.txt Thu May 29 14:36:29 2014 +0200 +++ b/runtime/doc/syntax.txt Tue Jun 03 00:00:04 2014 +0200 @@ -2279,7 +2279,7 @@ :let perl_include_pod = 0 -The reduce the complexity of parsing (and increase performance) you can switch +To reduce the complexity of parsing (and increase performance) you can switch off two elements in the parsing of variable names and contents. > To handle package references in variable and function names not differently
