]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(pymanifest): fix mistake in syntax definition
authorObserverOfTime <chronobserver@disroot.org>
Sun, 13 Aug 2023 08:36:28 +0000 (10:36 +0200)
committerChristian Brabandt <cb@256bit.org>
Sun, 13 Aug 2023 08:38:14 +0000 (10:38 +0200)
Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
runtime/syntax/pymanifest.vim

index 5f7d22cf2dc17bd14a0cc505aea280e686d13681..54295c45dcb9385039c4df7adc4068578724a4ad 100644 (file)
@@ -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