aboutsummaryrefslogtreecommitdiff
path: root/test/functional/api
Commit message (Expand)AuthorAge
* 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
* feat(api)!: pass args table to autocommand callbacksGregory Anders2022-04-08
* Merge pull request #17938 from ggandor/autocmd-api-namesbfredl2022-04-01
|\
| * refactor(api)!: use singular/plural consistently in the autocmd APIGyörgy Andorka2022-03-31
* | Merge pull request #17929 from lewis6991/autocmdbfredl2022-03-31
|\ \ | |/ |/|
| * fix(api): improve autocmd error handlingLewis Russell2022-03-31
* | feat(api): nvim_clear_autocmdTJ DeVries2022-03-31
|/
* fix: set nested before executing callback (#17801)TJ DeVries2022-03-30
* fix(event-loop): duplicate display updating logic in vgetorpeek() (#17913)zeertzjq2022-03-30
* feat(test): use nvim_exec in helpers.source() #16064Justin M. Keyes2022-03-27
* refactor!: rename nvim_do_autocmd to nvim_exec_autocmd (#17854)Javier Lopez2022-03-26
* feat(api): remove Lua autocommand callbacks when they return true (#17784)Gregory Anders2022-03-19
* fix(api, lua): return NIL on failure to find converted function (#17779)zeertzjq2022-03-20
* fix(paste): escape control characters in Cmdline modezeertzjq2022-03-15
* test(paste): add tests with virtualedit=onemorezeertzjq2022-03-15
* test(paste): reorganize tests and add tests for linewise Visual modezeertzjq2022-03-15
* fix(paste): deal with trailing new line in chunkzeertzjq2022-03-15
* fix(paste): avoid edges cases caused by empty chunkzeertzjq2022-03-15
* fix(paste): deal with eol and eof in Visual modezeertzjq2022-03-15
* fix(paste): don't move cursor past the end of pasted text in Normal modezeertzjq2022-03-15
* fix(paste): use getcmdtype() to determine whether in cmdline modezeertzjq2022-03-15
* feat(api): relax statusline fillchar width checkzeertzjq2022-03-10
* feat(api): autocmd `group` can be either name or id (#17559)Dhruv Manilawala2022-03-07
* feat(api): add 'buffer' argument to nvim_get_autocmds (#17594)Gregory Anders2022-03-06
* feat(tui): add support for `CSI 4 : [2,4,5] m`Kirill Chibisov2022-03-03
* test: use helpers.pending_win32(pending) in buffer_updates_speczeertzjq2022-03-03
* test: move two mapping tests to ex_cmds/map_spec.luazeertzjq2022-03-02
* Merge pull request #15079 from shadmansaleh/feat/verbose_luabfredl2022-03-01
|\
| * feat(lua): show proper verbose output for lua configurationshadmansaleh2022-02-28
* | fix(api): include event in get_autocmds (#17553)Christian Clason2022-03-01
* | feat(lua): add missing changes to autocmds lost in the rebaseTJ DeVries2022-02-28
|/