changeset 32771:7c74934d26f8

runtime(pymanifest): fix mistake in syntax definition Commit: https://github.com/vim/vim/commit/9ad1bf7afd5c4f26e5154eca2697c9a6773e0bf4 Author: ObserverOfTime <chronobserver@disroot.org> Date: Sun Aug 13 10:36:28 2023 +0200 runtime(pymanifest): fix mistake in syntax definition Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
author Christian Brabandt <cb@256bit.org>
date Sun, 13 Aug 2023 10:45:09 +0200
parents 4027cefc2aab
children 0dc750a24875
files runtime/syntax/pymanifest.vim
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/runtime/syntax/pymanifest.vim
+++ b/runtime/syntax/pymanifest.vim
@@ -20,7 +20,7 @@ syn match pymanifestComment /\\\@1<!#.*/
 " Commands
 syn keyword pymanifestCommand
             \ include exclude
-            \ recursive-include global-include
+            \ recursive-include resursive-exclude
             \ global-include global-exclude
             \ graft prune