Skip to content

Commit

Permalink
Merge pull request #622 from zchee/fix_check_vim_shell_error
Browse files Browse the repository at this point in the history
Fix check s:vim_shell_error
  • Loading branch information
fatih committed Nov 26, 2015
2 parents c719f81 + c876ab5 commit 3b0606c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/go/complete.vim
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ else
endif

fu! s:shell_error()
let empty(s:vim_shell_error)
if empty(s:vim_shell_error)
return v:shell_error
endif
return call(s:vim_shell_error, [])
Expand Down

0 comments on commit 3b0606c

Please sign in to comment.