summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorObserverOfTime <chronobserver@disroot.org>2023-08-13 10:36:28 +0200
committerChristian Brabandt <cb@256bit.org>2023-08-13 10:38:14 +0200
commit9ad1bf7afd5c4f26e5154eca2697c9a6773e0bf4 (patch)
tree9bb689a039e9b382c7e01ee66c6c02c693684920 /runtime
parente978b4534a5e10471108259118c0ef791106fd92 (diff)
runtime(pymanifest): fix mistake in syntax definition
Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
Diffstat (limited to 'runtime')
-rw-r--r--runtime/syntax/pymanifest.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/syntax/pymanifest.vim b/runtime/syntax/pymanifest.vim
index 5f7d22cf2d..54295c45dc 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