6 lines
97 B
VimL
6 lines
97 B
VimL
" Vim function calls
|
|
|
|
call clearmatches()
|
|
:call clearmatches()
|
|
echo "Foo" | call clearmatches()
|
|
|