aboutsummaryrefslogtreecommitdiff
path: root/test/functional/api/vim_spec.lua
Commit message (Expand)AuthorAge
* revert: "shada/context: fully remove jumplist duplicates #10898" (#21874)zeertzjq2023-01-23
* fix(api): avoid memory leak with click functions in nvim_eval_statusline() (#...luukvbaal2023-01-17
* refactor: remove E5500, adjust testszeertzjq2023-01-16
* 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
* docs: fix typos (#21196)dundargoc2022-11-29
* test: simplify platform detection (#21020)dundargoc2022-11-22
* 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
* fix(paste): feed keys as typed in cmdline mode (#20959)zeertzjq2022-11-06
* docs: various #12823Justin M. Keyes2022-10-09
* fix(api): dynamically allocate line buffer for nvim_out_write (#20537)zeertzjq2022-10-08
* 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
* | 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(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
* fix(api): avoid side effects with nvim_parse_cmd (#19890)zeertzjq2022-08-22
* 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): make nvim_cmd mods.silent work correctly (#19489)notomo2022-07-25
* fix(api): fix nvim_parse_cmd interfere with printing line in Ex mode (#19400)zeertzjq2022-07-17
* fix(api): do not switch win/buf if getting option in current win/buf (#19383)zeertzjq2022-07-16
* feat(api): add `unsilent` to command APIszeertzjq2022-07-03
* vim-patch:8.0.1570: can't use :popup for a menu in the terminalzeertzjq2022-07-01
* feat(api): make `nvim_parse_cmd` and `nvim_cmd` support :filterFamiu Haque2022-06-28
* fix(api): nvim_parse_cmd check for ambiguous user command (#19116)zeertzjq2022-06-27
* feat(api): add "buf" and "win" to nvim_get_option_valueGregory Anders2022-06-20
* fix(tests): check for EOF on exit of nvim properlybfredl2022-06-13
* Merge pull request #18528 from lewis6991/setwinoptbfredl2022-05-25
|\
| * feat(api): add win and buf to nvim_set_option_valueLewis Russell2022-05-17
* | fix: make `nvim_cmd` not suppress errors inside key mappingFamiu Haque2022-05-19
* | feat(ui): add `'winbar'`Famiu Haque2022-05-18
|/
* fix(api): nvim_eval_statusline should validate input #18347deforde2022-05-15
* fix(api): make `nvim_cmd` work correctly with empty arguments list (#18527)Famiu Haque2022-05-11
* feat(api): add `nvim_cmd`Famiu Haque2022-05-11
* fix(api): make `nvim_parse_cmd` work correctly with both range and countFamiu Haque2022-05-07
* fix(api): make `nvim_parse_cmd` propagate errorsFamiu Haque2022-05-05
* refactor(api): make `range` in `nvim_parse_cmd` an arrayFamiu Haque2022-05-05
* feat(nvim_parse_cmd): add range, count, reg #18383Famiu Haque2022-05-04
* feat(api): add `nvim_parse_cmdline`Famiu Haque2022-04-30
* test: correct order of arguments to eq() and neq()zeertzjq2022-04-26
* fix(paste): ignore mappings in Cmdline mode (#18114)Eden Zhang2022-04-17
* fix(event-loop): duplicate display updating logic in vgetorpeek() (#17913)zeertzjq2022-03-30
* fix(api, lua): return NIL on failure to find converted function (#17779)zeertzjq2022-03-20