summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/vimscript
AgeCommit message (Expand)AuthorFiles
2024-07-04refactor: add assertion for v_blob in tv_ptr() (#29554)zeertzjq1
2024-06-28refactor: use `vim._with` where possibledundargoc1
2024-06-27refactor(typval)!: remove distinction of binary and nonbinary stringsbfredl2
2024-05-17feat(api): broadcast events to ALL channels #28487Justin M. Keyes1
2024-04-23test: improve test conventionsdundargoc44
2024-04-16test: make mapping tests more consistent (#28368)zeertzjq1
2024-04-10refactor(test): inject after_each differentlyLewis Russell44
2024-04-08test: improve test conventionsdundargoc44
2024-04-06test: fix vimscript/server_spec leaving behind a dir (#28204)zeertzjq1
2024-04-06fix: adjust error message for error in UI event callback (#28200)zeertzjq1
2024-04-05vim-patch:8.1.0815: dialog for file changed outside of Vim not tested (#28184)zeertzjq1
2024-03-30test: use matches(...) instead of ok(string.find(...)) (#28111)zeertzjq2
2024-03-23refactor(tests): all screen tests should use highlightsbfredl2
2024-02-12refactor(tests): get channel id via nvim_get_chan_info #27441Justin M. Keyes1
2024-01-28vim-patch:9.1.0047: issues with temp curwin/buf while cmdwin is openSean Dewar1
2024-01-17test: big cleanup followupLewis Russell3
2024-01-16test: use integers for API Buffer/Window/Tabpage EXT typesLewis Russell1
2024-01-12test: rename (meths, funcs) -> (api, fn)Lewis Russell33
2024-01-12test: normalise nvim bridge functionsLewis Russell11
2024-01-12test: typing for helpers.methsLewis Russell19
2024-01-12test: use vim.mpack and vim.uv directlyLewis Russell4
2024-01-12test: remove helpers.sleep()Lewis Russell1
2024-01-12test: do not inject vim module into global helpersLewis Russell7
2024-01-03refactor: format test/*Justin M. Keyes41
2024-01-03build: enable lintlua for test/ dirJustin M. Keyes1
2023-12-30test(functional): remove faulty pending checkChristian Clason1
2023-12-23fix(mappings): fix mapset() not replacing map with backslash (#26719)zeertzjq1
2023-12-09test: avoid repeated screen lines in expected stateszeertzjq6
2023-12-07feat(rpc): allow empty string key in msgpack => Vim conversionJustin M. Keyes1
2023-12-06fix(json): allow objects with empty keys #25564Emanuel1
2023-12-02revert: "memory: Free buffers after freeing variables" (#26356)zeertzjq1
2023-11-11fix(context): don't leak memory on multiple invalid objects (#25979)zeertzjq1
2023-11-11fix(context): don't crash on invalid arg to nvim_get_context (#25977)zeertzjq1
2023-11-09vim-patch:8.2.4932: not easy to filter the output of maplist()zeertzjq1
2023-11-09vim-patch:8.2.4861: it is not easy to restore saved mappingszeertzjq1
2023-11-09vim-patch:8.2.4140: maparg() does not indicate the type of scriptzeertzjq1
2023-10-12vim-patch:8.2.3064: Vim9: in script cannot set item in uninitialized list (#2...zeertzjq1
2023-09-25fix(exception): remember whether message is multiline (#25351)zeertzjq1
2023-09-11fix(tests): set SHELL=sh #24941Sergey Slipchenko1
2023-08-23vim-patch:9.0.1779: Need more state() tests (#24840)zeertzjq1
2023-08-23test: fix state() test flakiness (#24839)zeertzjq1
2023-08-21test: add some tests for SafeState autocommandzeertzjq1
2023-08-21vim-patch:8.1.2099: state() test fails on some Mac systemszeertzjq1
2023-08-21vim-patch:8.1.2066: no tests for state()zeertzjq1
2023-07-26feat(api): allow win_hide to close cmdwin or non-previous windowsSean Dewar1
2023-07-05fix(api): disallow some more functions during textlockSean Dewar1
2023-07-05fix(api): use text_locked() to check textlockSean Dewar1
2023-06-22fix(messages): use "Vimscript" instead of "VimL" #24111Justin M. Keyes1
2023-06-15fix(:let): fix error when applying operator to boolean option (#24030)zeertzjq1
2023-06-12vim-patch:8.2.2949: tests failing because no error for float to string conver...zeertzjq2