5 lines
92 B
VimL
5 lines
92 B
VimL
|
function! clustertext#running#ClusterText()
|
||
|
silent !clear
|
||
|
echom "Clusterit"
|
||
|
endfunction
|