docs: treesitter parse errors #33811

This commit is contained in:
Christian Clason
2025-05-03 19:08:53 +02:00
committed by GitHub
parent 94bc7f47bf
commit 2e35161fa1
29 changed files with 32 additions and 52 deletions

View File

@@ -407,8 +407,8 @@ Now `:messages` shows:
number 0
Any return value of the deferred function is discarded. The function cannot
be followed by anything, such as "->func" or ".member". Currently `:defer
GetArg()->TheFunc()` does not work, it may work in a later version.
be followed by anything, such as "->func" or ".member". Currently
`:defer GetArg()->TheFunc()` does not work, it may work in a later version.
Errors are reported but do not cause aborting execution of deferred functions
or altering execution outside of deferred functions.