neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit 380ffd6b7cc6da132e32a97eda3cc7d4197d7424
parent a600ac5263b202f6883ef1e7406b4475bd1e136d
Author: Christian Clason <c.clason@uni-graz.at>
Date:   Sun, 13 Aug 2023 11:16:55 +0200

vim-patch:9ad1bf7afd5c

runtime(pymanifest): fix mistake in syntax definition

Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: ObserverOfTime <chronobserver@disroot.org>

https://github.com/vim/vim/commit/9ad1bf7afd5c4f26e5154eca2697c9a6773e0bf4

Co-authored-by: ObserverOfTime <chronobserver@disroot.org>

Diffstat:
Mruntime/syntax/pymanifest.vim | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/runtime/syntax/pymanifest.vim b/runtime/syntax/pymanifest.vim @@ -20,7 +20,7 @@ syn match pymanifestComment /\\\@1<!#.*/ contains=pymanifestTodo " Commands syn keyword pymanifestCommand \ include exclude - \ recursive-include global-include + \ recursive-include resursive-exclude \ global-include global-exclude \ graft prune