mirror of
https://github.com/neovim/neovim.git
synced 2024-12-28 14:31:13 -07:00
2ea7bfc627
Tokenize p_sh if used as default in ex_terminal(). Previously p_sh was used as the first arg in a list when calling termopen(), this would try to call an untokenized version of shell, meaning if you had an argument in 'shell': set shell=/bin/bash\ --login the command would fail. Helped-by: oni-link <knil.ino@gmail.com> Closes #3999 |
||
---|---|---|
.. | ||
autoload | ||
api_level_0.mpack | ||
api_level_1.mpack | ||
bigfile.txt | ||
CMakeLists.txt | ||
non_executable.txt | ||
printargs-test.c | ||
shell-test.c | ||
tty-test.c |