diff options
Diffstat (limited to 'src/nvim/os_unix.c')
-rw-r--r-- | src/nvim/os_unix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/os_unix.c b/src/nvim/os_unix.c index c8f09f9231..7ec4059bce 100644 --- a/src/nvim/os_unix.c +++ b/src/nvim/os_unix.c @@ -1118,7 +1118,7 @@ int mch_expand_wildcards(int num_pat, char_u **pat, int *num_file, free(command); - if (i != 0) { /* mch_call_shell() failed */ + if (i) { /* os_call_shell() failed */ os_remove((char *)tempname); free(tempname); /* |