forked from aniani/vim
6 lines
66 B
VimL
6 lines
66 B
VimL
|
" Vim :command command
|
||
|
|
||
|
" Issue #14135
|
||
|
|
||
|
com Foo call system('ls')
|