neovim

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

commit b06f42b5023b2eec576e5bf22cdacd4c1ee4a939
parent 87610d82db912cda8877198c25dabbf2bb08f0aa
Author: zeertzjq <zeertzjq@outlook.com>
Date:   Fri, 10 Jan 2025 17:17:34 +0800

vim-patch:df4a7d7: runtime(tiasm): use correct syntax name tiasm in syntax script (#31942)

vim-patch:df4a7d7: runtime(tiasm):  use correct syntax name tiasm in syntax script

closes: vim/vim#16416

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

Co-authored-by: Wu, Zhenyu <wuzhenyu@ustc.edu>
Diffstat:
Mruntime/syntax/tiasm.vim | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/runtime/syntax/tiasm.vim b/runtime/syntax/tiasm.vim @@ -99,4 +99,4 @@ hi def link tiasmIdentifier Identifier hi def link tiasmType Type hi def link tiasmFunction Function -let b:current_syntax = "lineartiasm" +let b:current_syntax = "tiasm"