mirror of
https://github.com/junegunn/fzf.git
synced 2024-11-09 20:33:31 +03:00
[vim] Ignore exit status of 2 (#345)
This commit is contained in:
parent
2022a3ad96
commit
8764be07e2
@ -229,7 +229,7 @@ function! s:execute(dict, command, temps)
|
||||
redraw!
|
||||
if v:shell_error
|
||||
" Do not print error message on exit status 1
|
||||
if v:shell_error > 1
|
||||
if v:shell_error > 2
|
||||
echohl ErrorMsg
|
||||
echo 'Error running ' . command
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user