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

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

7 lines
97 B
VimL
Raw Normal View History

" Vim function calls
call clearmatches()
:call clearmatches()
echo "Foo" | call clearmatches()