index
:
rneovim.git
20220114-mix
20230125_mix
20231130_mix
aucmd_textputpost
colorcolchar
fix_20726
fix_repeatcmdline
fix_semantic_tokens
fix_semantic_tokens_pull
floattitle
master
mix
mix_20240309
newfeatures
rahm
tmp
usermarks
userreg
userregs_2
Neovim fork with Rahm's personal hacks.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
functional
/
core
/
job_spec.lua
Commit message (
Expand
)
Author
Age
*
fix(jobs): do not block UI when jobwait() doesn't block (#31803)
Gregory Anders
2025-01-01
*
feat(jobs): jobstart(…,{term=true}), deprecate termopen() #31343
Justin M. Keyes
2024-12-19
*
feat(terminal)!: cursor shape and blink (#31562)
Gregory Anders
2024-12-17
*
fix(tests): needing two calls to setup a screen is cringe
bfredl
2024-11-14
*
refactor(tests): rename terminal/testutil.lua => testterm.lua #30372
Justin M. Keyes
2024-09-15
*
refactor(tests): more global highlight definitions
bfredl
2024-05-26
*
test: improve test conventions
dundargoc
2024-04-23
*
refactor(test): inject after_each differently
Lewis Russell
2024-04-10
*
test: improve test conventions
dundargoc
2024-04-08
*
test(core/job_spec): skip exit test if "sleep" command missing (#28137)
zeertzjq
2024-04-01
*
test: use matches(...) instead of ok(string.find(...)) (#28111)
zeertzjq
2024-03-30
*
refactor(tests): all screen tests should use highlights
bfredl
2024-03-23
*
fix(process): start pty process eof timer on main thread (#27625)
zeertzjq
2024-02-26
*
refactor(tests): get channel id via nvim_get_chan_info #27441
Justin M. Keyes
2024-02-12
*
test: rename (meths, funcs) -> (api, fn)
Lewis Russell
2024-01-12
*
test: normalise nvim bridge functions
Lewis Russell
2024-01-12
*
test: typing for helpers.meths
Lewis Russell
2024-01-12
*
test: remove helpers.sleep()
Lewis Russell
2024-01-12
*
test: do not inject vim module into global helpers
Lewis Russell
2024-01-12
*
refactor: format test/*
Justin M. Keyes
2024-01-03
*
test(core/job_spec): fix flakiness (#26623)
zeertzjq
2023-12-18
*
fix(stream): do not close handle if it is already closing (#26537)
Gregory Anders
2023-12-12
*
test: avoid repeated screen lines in expected states
zeertzjq
2023-12-09
*
test: use termopen() instead of :terminal more (#26462)
zeertzjq
2023-12-08
*
fix(f_wait): flush UI before blocking (#25962)
zeertzjq
2023-11-10
*
fix(job-control): make jobwait() flush UI after hiding cursor (#25927)
zeertzjq
2023-11-08
*
test: unskip working Windows tests (#22537)
dundargoc
2023-03-13
*
test: simplify platform detection (#21020)
dundargoc
2022-11-22
*
test: introduce skip() #21010
dundargoc
2022-11-13
*
revert: "jobstart(): Fix hang on non-executable cwd #9204" (#19826)
zeertzjq
2022-08-18
*
vim-patch:7.4.1168 (#19645)
zeertzjq
2022-08-13
*
test(job_spec): accept alternate messages for "append environment" tests
James McCoy
2022-07-16
*
refactor(tests): introduce testprg()
Justin M. Keyes
2022-06-25
*
test(job_spec): remove Xtest_jobstart_env log file
zeertzjq
2022-05-29
*
feat(server): set $NVIM, unset $NVIM_LISTEN_ADDRESS #11009
Justin M. Keyes
2022-05-03
*
docs: typo fixes (#17859)
dundargoc
2022-04-15
*
ci: skip tests that fail on windows
Dundar Göc
2022-02-20
*
test: remove checks to see if current CI job is travis or appveyor
Dundar Göc
2022-02-17
*
feat(api): nvim_get_chan_info: include "argv" for jobs #15537
Justin M. Keyes
2021-09-01
*
Add test case for 'null' stdin mode
Gregory Anders
2021-07-12
*
test(job_spec): Test handling of case-insensitively matching env vars
James McCoy
2021-05-18
*
api: fix use-after-free in nvim_chan_send
Björn Linse
2021-04-04
*
test(job): Ensure job-specific env var overrides global env var
James McCoy
2021-01-31
*
Pass environment on to pty processes on Windows
James McCoy
2021-01-31
*
Use dict_T to pass env vars to process spawning code
James McCoy
2021-01-31
*
A Mudholland Dr. Recast
Björn Linse
2020-10-19
*
test: Fix failing test in case of special .bashrc (#12920)
Omri Sarig
2020-09-28
*
Fix f_jobstop() failed loudly
Billy Su
2020-01-22
*
system(), jobstart(): raise error on non-executable #11234
Daniel Hahler
2019-12-24
*
Add negative test for type of job's env option
James McCoy
2019-12-12
[next]