mirror of
https://github.com/vim/vim.git
synced 2025-07-04 23:07:33 -04:00
17 lines
187 B
VimL
17 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"
|