aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/keysets.lua
Commit message (Expand)AuthorAge
* refactor(api)!: use singular/plural consistently in the autocmd APIGyörgy Andorka2022-03-31
* feat(api): nvim_clear_autocmdTJ DeVries2022-03-31
* refactor!: rename nvim_do_autocmd to nvim_exec_autocmd (#17854)Javier Lopez2022-03-26
* feat(ui): allow conceal to be defined in decorationsbfredl2022-03-20
* feat(api): add 'buffer' argument to nvim_get_autocmds (#17594)Gregory Anders2022-03-06
* Merge pull request #16897 from lewis6991/signsbfredl2022-03-06
|\
| * feat(decorations): support signsLewis Russell2022-03-05
* | feat(tui): add support for `CSI 4 : [2,4,5] m`Kirill Chibisov2022-03-03
|/
* feat(lua): add missing changes to autocmds lost in the rebaseTJ DeVries2022-02-28
* feat(lua): add api and lua autocmdsTJ DeVries2022-02-27
* feat(highlight): support for blend in nvim_set_hl (#17516)Lewis Russell2022-02-24
* feat(api): add strikethrough, nocombine to set_hlChristian Clason2022-02-12
* refactor(api): use a keyset for highlight dictsBjörn Linse2022-02-02
* vim-patch:8.2.3584: "verbose set efm" reports location of the :compiler commandzeertzjq2022-01-21
* feat(extmarks): add strict optionMichael Lingelbach2022-01-08
* feat(api): add support for lua function & description in keymapshadmansaleh2022-01-01
* feat(api): implement nvim_{add,del}_user_commandGregory Anders2021-12-28
* fix(api): allow nvim_buf_set_extmark to accept end_row key (#16548)Gregory Anders2021-12-08
* feat(api): add nvim_get_option_valueGregory Anders2021-12-04
* feat(api): evaluate statusline string #16020Famiu Haque2021-10-18
* fix(runtime): don't use regexes inside lua require'mod'Björn Linse2021-10-17
* refactor(api): handle option dicts properlyBjörn Linse2021-10-03