aboutsummaryrefslogtreecommitdiff
path: root/test/functional/vimscript
Commit message (Expand)AuthorAge
* 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
* vim-patch:8.2.4861: it is not easy to restore saved mappingszeertzjq2023-11-09
* vim-patch:8.2.4140: maparg() does not indicate the type of scriptzeertzjq2023-11-09
* vim-patch:8.2.3064: Vim9: in script cannot set item in uninitialized list (#2...zeertzjq2023-10-12
* fix(exception): remember whether message is multiline (#25351)zeertzjq2023-09-25
* fix(tests): set SHELL=sh #24941Sergey Slipchenko2023-09-11
* vim-patch:9.0.1779: Need more state() tests (#24840)zeertzjq2023-08-23
* test: fix state() test flakiness (#24839)zeertzjq2023-08-23
* test: add some tests for SafeState autocommandzeertzjq2023-08-21