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

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

14 lines
125 B
VimL
Raw Normal View History

" Vim :debug command
debug echo "..."
function Foo()
debug echo "..."
endfunction
def Bar()
debug echo "..."
enddef