mirror of
https://github.com/vim/vim.git
synced 2025-11-02 09:17:47 -05:00
7 lines
97 B
VimL
7 lines
97 B
VimL
|
|
" Vim function calls
|
||
|
|
|
||
|
|
call clearmatches()
|
||
|
|
:call clearmatches()
|
||
|
|
echo "Foo" | call clearmatches()
|
||
|
|
|