]> git.ipfire.org Git - thirdparty/vim.git/commit
ftplugin(python): E16 fix, async keyword support for define (#14751)
authorTom Picton <tom@tompicton.com>
Sat, 11 May 2024 18:26:06 +0000 (14:26 -0400)
committerGitHub <noreply@github.com>
Sat, 11 May 2024 18:26:06 +0000 (20:26 +0200)
commit86f6e2c2eed7df2bf5c60cc74d08d7a8d3c75f45
tree151624b132c50c4575336bf180269d8949497bf9
parent9c0ff47098ac20a8c93e8f91c0c8c72f9add3ce8
ftplugin(python): E16 fix, async keyword support for define (#14751)

This change includes the following changes:
- Fix "E16: Invalid range" when using a count with jump to start/end of class/method
- Update define with optional async keyword
- Update maintainer email

Signed-off-by: Tom Picton <tom@tompicton.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/ftplugin/python.vim