mirror of
https://github.com/vim/vim.git
synced 2025-11-15 23:14:06 -05:00
6 lines
66 B
VimL
6 lines
66 B
VimL
|
|
" Vim :command command
|
||
|
|
|
||
|
|
" Issue #14135
|
||
|
|
|
||
|
|
com Foo call system('ls')
|