Skip to content

Conversation

tpict
Copy link
Contributor

@tpict tpict commented May 13, 2024

Thanks to @zeertzjq

@chrisbra
Copy link
Member

thanks, I merge it now.

FTR: In the future you may want to consider using :let syntax, see :h :let-& so you don't need to escape the \ anymore:

let &l:include='^\s*\(from\|import\)'
let &l:define='^\s*\(\(async\s\+\)\?def\|class\)' 

@chrisbra chrisbra merged commit 7961210 into vim:master May 13, 2024
clason added a commit to clason/neovim that referenced this pull request May 13, 2024
runtime(python): Fix wrong define regex in ftplugin (vim/vim#14763)

vim/vim@7961210

Co-authored-by: Tom Picton <tom@tompicton.com>
clason added a commit to neovim/neovim that referenced this pull request May 14, 2024
runtime(python): Fix wrong define regex in ftplugin (vim/vim#14763)

vim/vim@7961210

Co-authored-by: Tom Picton <tom@tompicton.com>
icholy pushed a commit to icholy/neovim that referenced this pull request May 17, 2024
runtime(python): Fix wrong define regex in ftplugin (vim/vim#14763)

vim/vim@7961210

Co-authored-by: Tom Picton <tom@tompicton.com>
huangyingw pushed a commit to huangyingw/neovim that referenced this pull request May 31, 2024
runtime(python): Fix wrong define regex in ftplugin (vim/vim#14763)

vim/vim@7961210

Co-authored-by: Tom Picton <tom@tompicton.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants