neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit 6969534935f6fc5138ab5dbbd839a796ff38bdb9
parent e47529ab567b62923385ef282931705de6ab85d7
Author: zeertzjq <zeertzjq@outlook.com>
Date:   Thu,  9 Oct 2025 07:12:54 +0800

vim-patch:ce5f9f4: runtime(vim): Update base syntax, allow legacy script comments after :eval

closes: vim/vim#18522

https://github.com/vim/vim/commit/ce5f9f45afebd9f3d06dc4bf240f8c538560709e

Co-authored-by: Doug Kearns <dougkearns@gmail.com>

Diffstat:
Mruntime/syntax/vim.vim | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/runtime/syntax/vim.vim b/runtime/syntax/vim.vim @@ -1300,7 +1300,7 @@ syn region vimEval \ end="\ze|" \ excludenl end="$" \ nextgroup=vimCmdSep - \ contains=@vimContinue,@vimExprList,vim9Comment + \ contains=@vimContinue,@vimExprList,vim9Comment,vimComment \ transparent " Filter: {{{2