16 lines
187 B
VimL
16 lines
187 B
VimL
" comment
|
|
|
|
if !has('vim9script')
|
|
# 42 " comment
|
|
source foo.vim
|
|
finish
|
|
endif
|
|
|
|
" comment
|
|
|
|
vim9script noclear
|
|
|
|
# comment
|
|
|
|
# string only recognised with leading char
|
|
"useless string"
|