mirror of
https://github.com/neovim/neovim.git
synced 2025-09-15 07:48:18 +00:00
vim-patch:7.4.248
Problem: Cannot distinguish between NL and NUL in output of system(). Solution: Add systemlist(). (ZyX) https://code.google.com/p/vim/source/detail?r=v7-4-248
This commit is contained in:
@@ -1172,7 +1172,7 @@ expand_backtick (
|
||||
buffer = eval_to_string(cmd + 1, &p, TRUE);
|
||||
else
|
||||
buffer = get_cmd_output(cmd, NULL,
|
||||
(flags & EW_SILENT) ? kShellOptSilent : 0);
|
||||
(flags & EW_SILENT) ? kShellOptSilent : 0, NULL);
|
||||
free(cmd);
|
||||
if (buffer == NULL)
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user