summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/provider/python.lua
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2025-08-12 20:11:38 +0800
committerGitHub <noreply@github.com>2025-08-12 20:11:38 +0800
commite6e1e71abfff582b69cc265a85db7cf1ac0fa0c2 (patch)
tree1ceb7a50a0581b1d681d66e41ad382c9725d9d44 /runtime/lua/vim/provider/python.lua
parenta26cdcb20e68f38f636b14a03c3f9657f5c74f67 (diff)
vim-patch:dba9eb4: runtime(python): Also sync syntax at 'async def' (#35309)
A file containing only async functions (`async def func()`) wouldn't previously match the pythonSync pattern. Also, this pattern only matches at the beginning of the line, so it won't ever match method definitions (which are indented within class scopes). Update the comment accordingly. closes: vim/vim#17963 https://github.com/vim/vim/commit/dba9eb46e622efe39331b75d0c57c5d8b61b526f Co-authored-by: Jon Parise <jon@indelible.org>
Diffstat (limited to 'runtime/lua/vim/provider/python.lua')
0 files changed, 0 insertions, 0 deletions