aboutsummaryrefslogtreecommitdiff
path: root/test/functional/api
Commit message (Expand)AuthorAge
* 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
* test: improve mapping tests and docs (#19619)zeertzjq2022-08-02
* test: fix api/keymap_spec.lua testszeertzjq2022-08-01
* feat(api): add replace_keycodes to nvim_set_keymap (#19598)ii142022-08-01
* fix(highlight): add missing 'nocombine' to nvim_get_hl_* apis (#19586)Munif Tanjim2022-07-31
* 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: stdpath('run'), /tmp/nvim.user/ #18993Justin M. Keyes2022-06-30
* refactor(highlight)!: rename attributes to match Vim (#19159)zeertzjq2022-06-30
* 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): support pattern array for exec_autocmdsChristian Clason2022-06-26
* fix(api): check for inclusive buffer line index out of bounds correctly (#19056)zeertzjq2022-06-23
* perf(highlight): don't allocate duplicates for color namesbfredl2022-06-21
* feat(api): add "buf" and "win" to nvim_get_option_valueGregory Anders2022-06-20
* fix(hl): return cterm fg/bg even if they match Normal #18981Oliver Marriott2022-06-16
* feat(logging): include test-id in log messagesJustin M. Keyes2022-06-15
* fix(tests): missing clear() #18927kylo2522022-06-13
* fix(tests): check for EOF on exit of nvim properlybfredl2022-06-13
* feat(autocmds): retrieve lua callback (#18642)kylo2522022-06-09
* fix(nvim_create_user_command): make `smods` work with `nvim_cmd`Famiu Haque2022-06-08
* docs: fix typos (#18269)dundargoc2022-06-04
* fix(hl): set Normal hl group sg_attr value #18820Oliver Marriott2022-06-03
* refactor: correct comments and assertions about mapping rhs <Nop> (#18821)zeertzjq2022-06-01
* feat: add preview functionality to user commandsFamiu Haque2022-05-31
* feat(nvim_create_user_command): pass structured modifiers to commandsFamiu Haque2022-05-29
* Merge pull request #18528 from lewis6991/setwinoptbfredl2022-05-25
|\
| * feat(api): add win and buf to nvim_set_option_valueLewis Russell2022-05-17
* | fix(autocmds): separate command from desc (#18617)kylo2522022-05-21
* | fix: make `nvim_cmd` not suppress errors inside key mappingFamiu Haque2022-05-19
* | feat(api): enable nvim_exec_autocmds to pass arbitrary data (#18613)Gregory Anders2022-05-18
* | Merge pull request #18562 from famiu/feat/ui/winbarbfredl2022-05-18
|\ \
| * | feat(ui): add `'winbar'`Famiu Haque2022-05-18
| |/
* | test: unskip tests on Windows (#18600)zeertzjq2022-05-18
* | fix(terminal): do not trim whitespace that is actually in the terminal (#16423)zeertzjq2022-05-17
|/
* fix(api): nvim_eval_statusline should validate input #18347deforde2022-05-15
* refactor(ui)!: link `VertSplit` to `Normal` by defaultFamiu Haque2022-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
* Merge pull request #18438 from famiu/feat/api/nvim_parse_cmdbfredl2022-05-06
|\
| * fix(api): make `nvim_parse_cmd` propagate errorsFamiu Haque2022-05-05