runtime(pymanifest): fix mistake in syntax definition
Commit:
https://github.com/vim/vim/commit/9ad1bf7afd5c4f26e5154eca2697c9a6773e0bf4
Author: ObserverOfTime <[email protected]>
Date: Sun Aug 13 10:36:28 2023 +0200
runtime(pymanifest): fix mistake in syntax definition
Signed-off-by: Christian Brabandt <[email protected]>
Co-authored-by: ObserverOfTime <[email protected]>
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
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/E1qV6ij-00HO2w-B1%40256bit.org.