aboutsummaryrefslogtreecommitdiff
path: root/test/functional/api
Commit message (Expand)AuthorAge
* Merge #21844 test: avoid noise in test logsJustin M. Keyes2023-01-16
|\
| * refactor(tests): lift retry() into assert_log()Justin M. Keyes2023-01-17
| * test: avoid noise in NVIM_LOG_FILEJustin M. Keyes2023-01-16
* | fix(api): avoid memory leak with click functions in nvim_eval_statusline() (#...luukvbaal2023-01-17
|/
* refactor: remove E5500, adjust testszeertzjq2023-01-16
* fix(api): nvim_create_autocmd crash on invalid types inside pattern arrayii142023-01-12
* fix(statuscolumn): fix crashes and clang/PVS warnings (#21725)zeertzjq2023-01-10
* fix(statusline): make nvim_eval_statusline() work with %S (#21553)zeertzjq2022-12-27
* fix(api): "emsg_silent" should imply "silent" in nvim_cmd (#21438)zeertzjq2022-12-16
* Merge pull request #21375 from nojnhuh/highlight-testbfredl2022-12-12
|\
| * fix(tests): initialize Screen.colors in API highlight testsJon Huhn2022-12-10
* | docs #20986Justin M. Keyes2022-12-11
|/
* fix(api): set correct curbuf when temporarily changing curwin (#21371)zeertzjq2022-12-10
* fix(float): make closing float in another tab return to correct windowzeertzjq2022-12-02
* docs: fix typos (#21196)dundargoc2022-11-29
* test: simplify platform detection (#21020)dundargoc2022-11-22
* fix(api): nvim_win_set_cursor redraw cursorcolumn for non-current window (#21...Jlll12022-11-17
* fix(api): nvim_buf_get_text regression (#21071)Lewis Russell2022-11-15
* feat(lua-api): avoid unnecessary allocations (#19877)Lewis Russell2022-11-14
* feat(test): add Lua forms for API methods (#20152)Lewis Russell2022-11-14
* test: remove skip for 32-bit MSVC (#21030)dundargoc2022-11-14
* test: introduce skip() #21010dundargoc2022-11-13
* feat(api): add command name to Lua command callback optsFamiu Haque2022-11-07
* fix(paste): feed keys as typed in cmdline mode (#20959)zeertzjq2022-11-06
* docs: fix typosdundargoc2022-11-02
* ci: add cirrus to isCI function to skip tests (#20526)dundargoc2022-10-17
* docs: various #12823Justin M. Keyes2022-10-09
* fix(api): dynamically allocate line buffer for nvim_out_write (#20537)zeertzjq2022-10-08
* test(api): migrate screenchar() test in in window API to screen testbfredl2022-10-05
* Merge pull request #20364 from zeertzjq/parse-cmd-omitbfredl2022-09-30
|\
| * fix(api)!: nvim_parse_cmd omit "count" "range" "reg" if not supportedzeertzjq2022-09-30
* | docs: fix typos (#20394)dundargoc2022-09-30
* | feat(nvim_cmd): allow using first argument as countFamiu Haque2022-09-29
|/
* fix(api): fix nvim_cmd crash with filename expansion (#20397)zeertzjq2022-09-29
* fix(lua): fix architecture-dependent behavior in usercmd "reg" (#20384)zeertzjq2022-09-28
* ci: move BSD jobs from sourcehut to Cirrus CI #19616dundargoc2022-09-08
* fix(options): mark `winhighlight` as list style (#19477)ii142022-09-07
* fix(api)!: correctly deal with number before :tabzeertzjq2022-09-02
* feat(api): add support for :horizontal modifierzeertzjq2022-09-01
* refactor(mappings)!: mapblock_fill_dict() use API Dictionary (#20020)zeertzjq2022-08-31
* fix(api): nvim_set_hl bail out on invalid group name (#20021)zeertzjq2022-08-31
* fix(usercmd): also check for whitespace after escaped character (#19942)zeertzjq2022-08-25
* fix(api): avoid side effects with nvim_parse_cmd (#19890)zeertzjq2022-08-22
* fix(api/command): fargs behavior when no arguments are passed (#19862)Javier Lopez2022-08-21
* feat(ui): allow to set the highlight namespace per windowbfredl2022-08-17
* fix(api): nvim_exec and nvim_cmd restore msg_col when capturing output (#19789)zeertzjq2022-08-16
* fix(api): `vim.cmd.make` crashes when argument count isn't 1 (#19701)Famiu Haque2022-08-10
* fix(api): nvim_cmd handle 0 range (#19655)Lewis Russell2022-08-06
* fix(api): fix nvim_buf_set_text heap-use-after-free (#19644)zeertzjq2022-08-06
* feat(lua): print source locations of lua callbacks (#19597)ii142022-08-03