diff options
Diffstat (limited to 'plugin')
| -rw-r--r-- | plugin/fzf.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/fzf.vim b/plugin/fzf.vim index 1225cec3..9c14f7ff 100644 --- a/plugin/fzf.vim +++ b/plugin/fzf.vim @@ -445,7 +445,7 @@ function! s:execute(dict, command, use_height, temps) abort endif let command = printf(fmt, escaped) else - let command = escaped + let command = a:use_height ? a:command : escaped endif if a:use_height let stdin = has_key(a:dict, 'source') ? '' : '< /dev/tty' |
