aboutsummaryrefslogtreecommitdiff
path: root/test/functional/api
Commit message (Expand)AuthorAge
* 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
* | Merge pull request #18431 from famiu/feat/api/nvim_get_autocmds/group_namebfredl2022-05-05
|\ \ | |/ |/|
| * feat(api): add `group_name` to `nvim_get_autocmds`Famiu Haque2022-05-05
* | refactor(api): make `range` in `nvim_parse_cmd` an arrayFamiu Haque2022-05-05
|/
* Merge pull request #18386 from ii14/version_dict_prereleasebfredl2022-05-04
|\
| * feat: add "prerelease" to version dictii142022-05-03
* | feat(nvim_parse_cmd): add range, count, reg #18383Famiu Haque2022-05-04
* | feat(api/ui): win_extmarksYatao Li2022-05-03
|/
* feat(api): add `nvim_parse_cmdline`Famiu Haque2022-04-30
* fix(mappings): fix double-free when unmapping simplifiable Lua mappingzeertzjq2022-04-29
* vim-patch:8.1.2145: cannot map <C-H> when modifyOtherKeys is enabledzeertzjq2022-04-29
* test: correct order of arguments to eq() and neq()zeertzjq2022-04-26
* fix(paste): ignore mappings in Cmdline mode (#18114)Eden Zhang2022-04-17
* docs: typo fixes (#17859)dundargoc2022-04-15
* fix(api): correctly pass f-args for nvim_create_user_command (#18098)Gregory Anders2022-04-13
* refactor!: rename nvim_add_user_command to nvim_create_user_commandGregory Anders2022-04-10