runtime(pymanifest): fix mistake in syntax definition
Commit:
https://github.com/vim/vim/commit/9ad1bf7afd5c4f26e5154eca2697c9a6773e0bf4
Author: ObserverOfTime <
chrono...@disroot.org>
Date: Sun Aug 13 10:36:28 2023 +0200
runtime(pymanifest): fix mistake in syntax definition
Signed-off-by: Christian Brabandt <
c...@256bit.org>
Co-authored-by: ObserverOfTime <
chrono...@disroot.org>
diff --git a/runtime/syntax/pymanifest.vim b/runtime/syntax/pymanifest.vim
index 5f7d22cf2..54295c45d 100644
--- 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