aboutsummaryrefslogtreecommitdiff
path: root/test/functional/vimscript/server_spec.lua
Commit message (Expand)AuthorAge
* fix(startup): server fails if $NVIM_APPNAME is relative dir #30310Justin M. Keyes2024-09-08
* fix(startup): ignore broken $XDG_RUNTIME_DIR #30285Justin M. Keyes2024-09-08
* feat(defaults): popupmenu "Open in browser", "Go to definition" #30261Justin M. Keyes2024-09-05
* test: avoid noise in CI logs #30264Justin M. Keyes2024-09-05
* test: tmpname(create:boolean) #30242Justin M. Keyes2024-09-03
* feat(startup): validate --listen addressJustin M. Keyes2024-09-02
* test: improve test conventionsdundargoc2024-04-23
* refactor(test): inject after_each differentlyLewis Russell2024-04-10
* test: improve test conventionsdundargoc2024-04-08
* test: fix vimscript/server_spec leaving behind a dir (#28204)zeertzjq2024-04-06
* fix: adjust error message for error in UI event callback (#28200)zeertzjq2024-04-06
* test: use matches(...) instead of ok(string.find(...)) (#28111)zeertzjq2024-03-30
* test: rename (meths, funcs) -> (api, fn)Lewis Russell2024-01-12
* test: typing for helpers.methsLewis Russell2024-01-12
* refactor: format test/*Justin M. Keyes2024-01-03
* refactor(tests): lift retry() into assert_log()Justin M. Keyes2023-01-17
* test: avoid noise in NVIM_LOG_FILEJustin M. Keyes2023-01-16
* test: simplify platform detection (#21020)dundargoc2022-11-22
* feat: stdpath('run'), /tmp/nvim.user/ #18993Justin M. Keyes2022-06-30
* feat(server): instance "name", store pipes in stdpath(state)Justin M. Keyes2022-06-15
* feat(server): set $NVIM, unset $NVIM_LISTEN_ADDRESS #11009Justin M. Keyes2022-05-03
* test: reorg #15698Justin M. Keyes2021-09-17