forked from aniani/vim
Problem: tests: having 'nolist' in modelines isn't always desired Solution: remove 'nolist' from modeline (zeertzjq) closes: #15910 Signed-off-by: zeertzjq <zeertzjq@outlook.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
12 lines
272 B
VimL
12 lines
272 B
VimL
vim9script
|
|
|
|
exec 'source ' .. (((cwdpath: string) => cwdpath
|
|
->strpart(0, cwdpath->strridx('/vim')))(getcwd()))
|
|
.. '/vim/src/testdir/commondumps.vim'
|
|
g:Init('\<src\>', 0)
|
|
|
|
# Match ":language" of runtest.vim.
|
|
language messages C
|
|
|
|
# vim:fdm=syntax:sw=2:ts=8:noet:nosta:
|