aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/keysets.lua
Commit message (Expand)AuthorAge
* refactor(api): make typed dicts appear as types in the source codebfredl2023-04-07
* feat(api): set statuscolumn line number in nvim_eval_statusline()Luuk van Baal2023-04-07
* feat(api): evaluate 'statuscolumn' with nvim_eval_statusline()Luuk van Baal2023-04-05
* feat(api): nvim_exec2(), deprecate nvim_exec() #19032Evgeni Chasnovski2023-03-25
* feat(api): add nvim_get_hl (#22693)Null Chilly2023-03-23
* feat(api): add filetype option nvim_get_option_valueLewis Russell2023-03-20
* feat(highlight): define the concept of altfont as a (c)term rendering attributePaul "LeoNerd" Evans2023-01-24
* build: make generated source files reproducible #21586Arnout Engelen2023-01-23
* fix(tui): more work in the TUIbfredl2022-12-31
* refactor(tui): use nvim_echo() for verbose terminfobfredl2022-12-20
* feat(ui): add support to display a title in the border of a float (#20184)Raphael2022-11-06
* feat(extmarks,ts,spell): full support for spellingThomas Vigouroux2022-09-06
* feat(api): add support for :horizontal modifierzeertzjq2022-09-01
* feat(ui): allow to set the highlight namespace per windowbfredl2022-08-17
* feat(api): add replace_keycodes to nvim_set_keymap (#19598)ii142022-08-01
* feat(api): add `unsilent` to command APIszeertzjq2022-07-03
* 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
* feat(api): nvim__get_runtime do_sourcebfredl2022-06-11
* feat: add preview functionality to user commandsFamiu Haque2022-05-31
* Merge pull request #18528 from lewis6991/setwinoptbfredl2022-05-25
|\
| * feat(api): add win and buf to nvim_set_option_valueLewis Russell2022-05-17
* | feat(api): enable nvim_exec_autocmds to pass arbitrary data (#18613)Gregory Anders2022-05-18
* | feat(ui): add `'winbar'`Famiu Haque2022-05-18
|/
* feat(api): add `nvim_cmd`Famiu Haque2022-05-11
* feat(api/ui): win_extmarksYatao Li2022-05-03
* 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