neovim/test/functional
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
..
api fix(api): extmark highlight groups not always included in details (#23179) 2023-04-18 21:07:37 +08:00
autocmd test: avoid name collisions with Xtest directory (#23019) 2023-04-11 17:18:54 +08:00
core test(startup_spec): use getscriptinfo() instead of :scriptnames (#23034) 2023-04-12 09:17:32 +08:00
editor fix(mark): properly init mark views (#22996) 2023-04-10 22:49:32 +08:00
ex_cmds docs(powershell): use tee.exe instead of Tee-Object 2023-04-22 12:04:05 +02:00
fixtures refactor: deprecate checkhealth functions 2023-04-15 23:40:48 +02:00
legacy test: convert tests in test_conceal.vim to Lua 2023-04-19 16:23:08 +08:00
lua refactor(iter): use metatable as packed table tag (#23254) 2023-04-21 16:13:39 -06:00
options test: replace lfs with luv and vim.fs 2023-04-04 21:59:06 +02:00
plugin refactor: deprecate checkhealth functions 2023-04-15 23:40:48 +02:00
provider test: re-bundle cat on windows (#21255) 2023-03-14 09:12:26 +08:00
shada refactor: remove modelines from Lua files 2023-04-13 23:29:13 +02:00
terminal test(terminal/channel_spec): fix screen test immediate success (#23192) 2023-04-19 12:10:06 +08:00
treesitter fix(treesitter): do not track ranges of the root tree (#22912) 2023-04-06 15:16:44 +01:00
ui fix(column): rebuild status column when sign column is invalid 2023-04-19 03:22:27 +02:00
vimscript test: avoid name collisions with Xtest directory (#23019) 2023-04-11 17:18:54 +08:00
example_spec.lua
helpers.lua docs(powershell): use tee.exe instead of Tee-Object 2023-04-22 12:04:05 +02:00
preload.lua test: remove unused variable (#21552) 2022-12-29 07:20:42 +08:00