0
0
mirror of https://github.com/vim/vim.git synced 2025-10-02 05:04:20 -04:00

updated for version 7.0016

This commit is contained in:
Bram Moolenaar
2004-09-13 20:26:32 +00:00
parent 15d0a8c77d
commit c0197e2815
48 changed files with 3362 additions and 795 deletions

View File

@@ -654,7 +654,7 @@ mch_can_exe(name)
if (buf == NULL)
return -1;
sprintf((char *)buf, "which %s", name);
p = get_cmd_output(buf, SHELL_SILENT);
p = get_cmd_output(buf, NULL, SHELL_SILENT);
vim_free(buf);
if (p == NULL)
return -1;