neovim

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

commit 2cd899f73092eb8570fb7fcd8b4b6771a13ffc86
parent e9d8d1b061e2adbb03259d9885591ed80594b8b1
Author: zeertzjq <zeertzjq@outlook.com>
Date:   Mon, 29 Sep 2025 09:16:59 +0800

vim-patch:7bb733f: runtime(vim): Update base syntax, match null_tuple literal

closes: vim/vim#18404

https://github.com/vim/vim/commit/7bb733f6bf727efe3455c3355a38430ee9cd9cc7

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 @@ -213,7 +213,7 @@ endif " Nulls {{{2 " ===== -Vim9 syn keyword vim9Null null null_blob null_channel null_class null_dict null_function null_job null_list null_object null_partial null_string +Vim9 syn keyword vim9Null null null_blob null_channel null_class null_dict null_function null_job null_list null_object null_partial null_string null_tuple " Booleans {{{2 " ========