comparison runtime/syntax/resolv.vim @ 35495:c13c25901a26 default tip

runtime(vim): Update base-syntax, fix function tail comments Commit: https://github.com/vim/vim/commit/fc64ac0be2c4f9446798de4d66b029526d1afa85 Author: Doug Kearns <dougkearns@gmail.com> Date: Sat Jun 22 11:20:36 2024 +0200 runtime(vim): Update base-syntax, fix function tail comments Match Vim9-script comments after :def and :enddef and legacy-script comments after :func and :endfunc, in any definition context. Highlight incorrect comment types after these commands as errors. fixes: #15062 closes: #15072 Signed-off-by: Doug Kearns <dougkearns@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sat, 22 Jun 2024 11:30:05 +0200
parents 847a300aa244
children
comparison
equal deleted inserted replaced
35494:f284ed281150 35495:c13c25901a26