neovim/test/functional/vimscript
Enan Ajmain ecc4d0e435
fix(shell): on Windows :make does not echo #22728
Problem:
On Windows, :make does not display the output of the program it runs.
The cause is the default 'shellpipe'.  On Linux, nvim uses `tee` to redirect the
output to both stdout and the error file.  In Windows, for both cmd.exe and
powershell, the output is only redirected to the error file.

Solution:
- On Windows, change the 'shellpipe' default to "2>&1| tee".
    - Nvim includes `tee` in its Windows package.
- Document recommended defaults for powershell.

Fixes #12910
2023-03-19 14:25:12 -07:00
..
api_functions_spec.lua refactor: remove E5500, adjust tests 2023-01-16 18:03:08 +08:00
buf_functions_spec.lua vim-patch:9.0.0090: no error when assigning bool to a string option (#19539) 2022-07-27 20:59:43 +08:00
changedtick_spec.lua
container_functions_spec.lua docs: fix typos (#20394) 2022-09-30 09:53:52 +02:00
ctx_functions_spec.lua revert: "shada/context: fully remove jumplist duplicates #10898" (#21874) 2023-01-23 19:32:27 +08:00
environ_spec.lua
errorlist_spec.lua
eval_spec.lua test: simplify platform detection (#21020) 2022-11-22 08:13:30 +08:00
executable_spec.lua test: simplify platform detection (#21020) 2022-11-22 08:13:30 +08:00
execute_spec.lua test: simplify platform detection (#21020) 2022-11-22 08:13:30 +08:00
exepath_spec.lua test: exepath() returns correct path with cmd.exe, powershell #21928 2023-01-26 03:06:29 -08:00
fnamemodify_spec.lua test: simplify platform detection (#21020) 2022-11-22 08:13:30 +08:00
functions_spec.lua test: simplify platform detection (#21020) 2022-11-22 08:13:30 +08:00
getline_spec.lua
glob_spec.lua
has_spec.lua feat(ui): restore has('gui_running') 2023-02-27 19:50:59 +01:00
hostname_spec.lua test: simplify platform detection (#21020) 2022-11-22 08:13:30 +08:00
input_spec.lua vim-patch:8.2.0522: several errors are not tested for (#19901) 2022-08-23 10:38:53 +08:00
json_functions_spec.lua docs: fix typos (#20394) 2022-09-30 09:53:52 +02:00
lang_spec.lua feat(test): use nvim_exec in helpers.source() #16064 2022-03-27 10:25:55 -07:00
let_spec.lua test(let_spec): increase expect_exit() timeout 2022-08-05 08:32:54 +08:00
map_functions_spec.lua feat(test): add Lua forms for API methods (#20152) 2022-11-14 10:01:35 +00:00
match_functions_spec.lua
minmax_functions_spec.lua
modeline_spec.lua
msgpack_functions_spec.lua test: simplify platform detection (#21020) 2022-11-22 08:13:30 +08:00
null_spec.lua vim-patch:8.2.0615: regexp benchmark stest is old style (#20940) 2022-11-05 12:26:17 +08:00
operators_spec.lua
printf_spec.lua
reltime_spec.lua test: correct order of arguments to eq() and neq() 2022-04-26 11:38:58 +08:00
screenchar_spec.lua fix(float): make screen*() functions respect floating windows 2022-06-23 10:34:02 +03:00
screenpos_spec.lua fix(screenpos, float): add top and left border adjustment 2021-12-15 22:40:10 +08:00
server_spec.lua refactor(tests): lift retry() into assert_log() 2023-01-17 00:19:30 +01:00
setpos_spec.lua test: correct order of arguments to eq() and neq() 2022-04-26 11:38:58 +08:00
sort_spec.lua
special_vars_spec.lua vim-patch:7.4.1168 (#19645) 2022-08-13 21:31:00 +08:00
string_spec.lua
system_spec.lua fix(shell): on Windows :make does not echo #22728 2023-03-19 14:25:12 -07:00
timer_spec.lua test: make expect_unchanged() less confusing (#22255) 2023-02-15 07:26:55 +08:00
uniq_spec.lua
vvar_event_spec.lua
wait_spec.lua
writefile_spec.lua feat: ":write ++p" creates parent dirs #20835 2022-11-06 19:31:50 -08:00