Zvezdan Petkovic wrote: > diff --git a/runtime/syntax/python.vim b/runtime/syntax/python.vim > index 68979a8..9f1cf3e 100644 > --- a/runtime/syntax/python.vim > +++ b/runtime/syntax/python.vim > @@ -72,7 +72,7 @@ set cpo&vim > " built-in below (use 'from __future__ import print_function' in 2) > " - async and await were added in Python 3.5 and are soft keywords. > " > -syn keyword pythonStatement False, None, True > +syn keyword pythonStatement False None True > syn keyword pythonStatement as assert break continue del exec global > syn keyword pythonStatement lambda nonlocal pass print return with yield > syn keyword pythonStatement class def nextgroup=pythonFunction skipwhite
Thanks. -- The early bird gets the worm. The second mouse gets the cheese. /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- 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.
