DEBSOURCES
Skip Quicknav
sources / vim / 2%3A9.1.2103-1 / runtime / syntax / testdir / input / vim_ex_debug.vim
12345678910111213
" Vim :debug command debug echo "..." function Foo() debug echo "..." endfunction def Bar() debug echo "..." enddef