aboutsummaryrefslogtreecommitdiff
path: root/test/functional/vimscript
Commit message (Expand)AuthorAge
* fix(messages): add a trailing space to inputlist() etc. prompts (#32328)zeertzjq2025-02-05
* test(getchar_spec): fix flakiness (#32320)zeertzjq2025-02-04
* vim-patch:9.1.1070: Cannot control cursor positioning of getchar() (#32303)zeertzjq2025-02-03
* vim-patch:9.1.1013: Vim9: Regression caused by patch v9.1.0646zeertzjq2025-01-16
* feat(ui)!: emit prompt "messages" as cmdline events #31525luukvbaal2025-01-02
* fix(messages)!: vim.ui_attach message callbacks are unsafeLuuk van Baal2024-11-14
* fix(tests): needing two calls to setup a screen is cringebfredl2024-11-14
* refactor(tests): continue the global highlight definition workbfredl2024-11-08
* refactor(api)!: rename Dictionary => DictJustin M. Keyes2024-09-23
* refactor(test): rename alter_slashes, invert its behaviorJustin M. Keyes2024-09-09
* 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
* refactor: add assertion for v_blob in tv_ptr() (#29554)zeertzjq2024-07-04
* refactor: use `vim._with` where possibledundargoc2024-06-28
* refactor(typval)!: remove distinction of binary and nonbinary stringsbfredl2024-06-27
* feat(api): broadcast events to ALL channels #28487Justin M. Keyes2024-05-17
* test: improve test conventionsdundargoc2024-04-23
* test: make mapping tests more consistent (#28368)zeertzjq2024-04-16
* 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
* vim-patch:8.1.0815: dialog for file changed outside of Vim not tested (#28184)zeertzjq2024-04-05
* test: use matches(...) instead of ok(string.find(...)) (#28111)zeertzjq2024-03-30
* refactor(tests): all screen tests should use highlightsbfredl2024-03-23
* refactor(tests): get channel id via nvim_get_chan_info #27441Justin M. Keyes2024-02-12
* vim-patch:9.1.0047: issues with temp curwin/buf while cmdwin is openSean Dewar2024-01-28
* test: big cleanup followupLewis Russell2024-01-17
* test: use integers for API Buffer/Window/Tabpage EXT typesLewis Russell2024-01-16
* test: rename (meths, funcs) -> (api, fn)Lewis Russell2024-01-12
* test: normalise nvim bridge functionsLewis Russell2024-01-12
* test: typing for helpers.methsLewis Russell2024-01-12
* test: use vim.mpack and vim.uv directlyLewis Russell2024-01-12
* test: remove helpers.sleep()Lewis Russell2024-01-12
* test: do not inject vim module into global helpersLewis Russell2024-01-12
* refactor: format test/*Justin M. Keyes2024-01-03
* build: enable lintlua for test/ dirJustin M. Keyes2024-01-03
* test(functional): remove faulty pending checkChristian Clason2023-12-30
* fix(mappings): fix mapset() not replacing map with backslash (#26719)zeertzjq2023-12-23
* test: avoid repeated screen lines in expected stateszeertzjq2023-12-09
* feat(rpc): allow empty string key in msgpack => Vim conversionJustin M. Keyes2023-12-07
* fix(json): allow objects with empty keys #25564Emanuel2023-12-06
* revert: "memory: Free buffers after freeing variables" (#26356)zeertzjq2023-12-02
* fix(context): don't leak memory on multiple invalid objects (#25979)zeertzjq2023-11-11
* fix(context): don't crash on invalid arg to nvim_get_context (#25977)zeertzjq2023-11-11
* vim-patch:8.2.4932: not easy to filter the output of maplist()zeertzjq2023-11-09