aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2023-08-13 11:16:55 +0200
committerChristian Clason <c.clason@uni-graz.at>2023-08-13 11:53:51 +0200
commit380ffd6b7cc6da132e32a97eda3cc7d4197d7424 (patch)
treece053feeff50b36a1d9d252bdf2afb6e8810ca84
parenta600ac5263b202f6883ef1e7406b4475bd1e136d (diff)
downloadrneovim-380ffd6b7cc6da132e32a97eda3cc7d4197d7424.tar.gz
rneovim-380ffd6b7cc6da132e32a97eda3cc7d4197d7424.tar.bz2
rneovim-380ffd6b7cc6da132e32a97eda3cc7d4197d7424.zip
vim-patch:9ad1bf7afd5c
runtime(pymanifest): fix mistake in syntax definition Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: ObserverOfTime <chronobserver@disroot.org> https://github.com/vim/vim/commit/9ad1bf7afd5c4f26e5154eca2697c9a6773e0bf4 Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
-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