neovim/test/functional/fixtures
Jack Bracewell 2ea7bfc627 terminal: Support extra arguments in 'shell'. #4504
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
2017-03-17 17:47:33 +01:00
..
autoload CheckHealth: Accept [plugin1 [, plugin2 [, ...]]] args. 2016-08-21 22:03:28 -04:00
api_level_0.mpack api: api_info()['version'] 2016-10-28 14:33:13 +02:00
api_level_1.mpack api: add api_level_1 fixure 2017-03-15 15:01:06 +01:00
bigfile.txt 'inccommand': Add tests. 2016-11-15 05:01:25 +01:00
CMakeLists.txt test: system([...]) 2017-01-11 01:05:55 +01:00
non_executable.txt jobstart(): Return -1 if cmd is not executable. #5671 2016-12-10 16:01:27 +01:00
printargs-test.c test: system([...]) 2017-01-11 01:05:55 +01:00
shell-test.c terminal: Support extra arguments in 'shell'. #4504 2017-03-17 17:47:33 +01:00
tty-test.c test: Handle SIGHUP in tty-test fixture. 2016-12-07 17:22:37 +01:00