summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugin/fzf.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/fzf.vim b/plugin/fzf.vim
index eea1ffd3..e6aecf40 100644
--- a/plugin/fzf.vim
+++ b/plugin/fzf.vim
@@ -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