Embed langage print when sourcing vim9script

2022-04-08 Thread Ni Va
Hi, Is it normal to get print of embed langage when I source vim9script ? Thank you NV def g:SwitchFtHelper(): void # Syntax / Filetype - Helper {{{ if ( !exists('g:cachebufnr') ) g:cachebufnr = bufnr('%') g:cacheft = &ft StampedEcho( 'Cached filetype is ' .. g:cacheft .. ' and bu

searching for highlight color of vimLuaRegion

2022-04-08 Thread Ni Va
Hi, Got a vim9script as this and searching for embeded lua region highlight color ? def g:foobar(): void lua << EOF print('Lua Code') EOF Thank you NV -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more