neovim/test/functional/ex_cmds
T727 d9f78b6336
docs(powershell): use tee.exe instead of Tee-Object
Problem: Tee-Object does not create a file if it does not receive input
for example when :grep does not find matches.
and so nvim tries to open a nonexistent errorfile causing an error.

Solution: use tee.exe instead of Tee-Object
2023-04-22 12:04:05 +02:00
..
append_spec.lua vim-patch:8.2.3952: first line not redrawn when adding lines to an empty buffer 2021-12-31 22:20:31 +08:00
arg_spec.lua tests: AppVeyor: fix test/functional/ex_cmds/arg_spec.lua (#10598) 2019-07-24 09:31:46 +02:00
cd_spec.lua test: replace lfs with luv and vim.fs 2023-04-04 21:59:06 +02:00
cmd_map_spec.lua test: add more tests for K_SPECIAL escaping in <Cmd> mapping 2022-05-03 06:44:14 +08:00
debug_spec.lua fixup: 30 col resize to scroll debug 2018-12-01 01:56:22 -05:00
dict_notifications_spec.lua fix(api): notify dict watchers on nvim_set_var and vim.g setter 2022-09-27 14:47:53 +02:00
digraphs_spec.lua tests: fix flaky ':digraphs displays digraphs' (#10406) 2019-07-04 15:22:59 +02:00
drop_spec.lua refactor(ui)!: link VertSplit to Normal by default 2022-05-15 22:37:35 +06:00
echo_spec.lua feat(test): use nvim_exec in helpers.source() #16064 2022-03-27 10:25:55 -07:00
edit_spec.lua functests: Replace execute with either command or feed_command 2017-04-09 03:24:08 +03:00
encoding_spec.lua options: make 'highlight' read-only 2017-05-15 07:22:31 +02:00
excmd_spec.lua fix(usercmd): Fix buffer overflow in uc_list() (#23225) 2023-04-21 19:16:32 +08:00
file_spec.lua test: replace lfs with luv and vim.fs 2023-04-04 21:59:06 +02:00
grep_spec.lua functests: Replace execute with either command or feed_command 2017-04-09 03:24:08 +03:00
help_spec.lua tests: use runtime from build for doc/tags with :help (#10479) 2019-08-28 22:47:54 +02:00
highlight_spec.lua fix(highlight): add missing g: prefix for colors_name (#22952) 2023-04-08 16:57:47 +08:00
ls_spec.lua refactor(tests): introduce testprg() 2022-06-25 08:27:17 -07:00
make_spec.lua docs(powershell): use tee.exe instead of Tee-Object 2023-04-22 12:04:05 +02:00
map_spec.lua refactor(redraw): make cursor position redraw use the "redraw later" pattern 2023-03-12 10:18:57 +01:00
menu_spec.lua feat(defaults): mouse=nvi #19290 2022-07-17 04:14:04 -07:00
mksession_spec.lua test: replace lfs with luv and vim.fs 2023-04-04 21:59:06 +02:00
mkview_spec.lua test: replace lfs with luv and vim.fs 2023-04-04 21:59:06 +02:00
normal_spec.lua test: add test for using :normal to stop Visual mode in cmdwin (#19904) 2022-08-23 11:39:25 +08:00
oldfiles_spec.lua fix(rpc)!: preseve files when stdio channel is closed (#22137) 2023-02-11 18:25:01 +08:00
print_commands_spec.lua ex_cmds.c: Fix bug in ex_z (#6557) 2017-04-21 15:45:51 +02:00
profile_spec.lua test: replace lfs with luv and vim.fs 2023-04-04 21:59:06 +02:00
quickfix_commands_spec.lua test: add more tests for Unicode 2023-01-09 17:11:39 +08:00
quit_spec.lua docs: fix typos (#20394) 2022-09-30 09:53:52 +02:00
script_spec.lua test: use exec_capture() in more places (#22787) 2023-03-26 10:49:32 +08:00
sign_spec.lua fix(coverity/348300): free memory when overiding sing attribute 2022-06-27 06:55:41 +02:00
source_spec.lua test: use exec_capture() in more places (#22787) 2023-03-26 10:49:32 +08:00
swapfile_preserve_recover_spec.lua test: replace lfs with luv and vim.fs 2023-04-04 21:59:06 +02:00
syntax_spec.lua coverity/56795: Fix NULL dereference in :syn keyword non-printable 2017-04-09 23:38:05 +03:00
trust_spec.lua test: make {MATCH:} behave less unexpectedly in screen:expect() 2023-02-18 10:44:35 +08:00
undojoin_spec.lua functests: Replace execute with either command or feed_command 2017-04-09 03:24:08 +03:00
verbose_spec.lua test: use exec_capture() in more places (#22787) 2023-03-26 10:49:32 +08:00
wincmd_spec.lua feat: allow :wincmd to accept a count (#19815) 2022-08-17 19:50:40 +08:00
write_spec.lua test: replace lfs with luv and vim.fs 2023-04-04 21:59:06 +02:00
wundo_spec.lua functests: Replace execute with either command or feed_command 2017-04-09 03:24:08 +03:00
wviminfo_spec.lua test: replace lfs with luv and vim.fs 2023-04-04 21:59:06 +02:00