mirror of
https://github.com/junegunn/fzf.vim.git
synced 2026-01-03 18:14:07 +08:00
as `:help system()` states
When prepended by |:silent| the terminal will not be set to
cooked mode. This is meant to be used for commands that do
not need the user to type. It avoids stray characters showing
up on the screen which require |CTRL-L| to remove. >
:silent let f = system('ls *.vim')
56 KiB
Executable File
56 KiB
Executable File