Files
org-vim/runtime/syntax/testdir/input/vim9_no_comment_strings.vim
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

28 lines
320 B
VimL
Raw Normal View History

vim9script
2025-07-25 20:00:25 +02:00
# Vim9 no comment strings
# VIM_TEST_SETUP let g:vimsyn_comment_strings = v:false
2025-07-25 20:00:25 +02:00
# pre "string" post
function Foo()
" pre "string" post
endfunction
def Bar()
# pre "string" post
enddef
command Foo {
# pre "string" post
}
autocmd BufNewFile * {
# pre "string" post
}
2025-07-25 20:00:25 +02:00
{
# pre "string" post
}