aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api
Commit message (Expand)AuthorAge
* Merge branch 'master' of https://github.com/neovim/neovim into rahmtmpJosh Rahm2022-08-19
|\
| * vim-patch:8.1.2057: the screen.c file is much too bigLewis Russell2022-08-19
| * vim-patch:8.1.2082: rename popupmnu.* to popupmenu.* (#19829)zeertzjq2022-08-18
| * feat(ui): allow to set the highlight namespace per windowbfredl2022-08-17
| * refactor: remove some unused includes (#19820)zeertzjq2022-08-17
| * fix(api): nvim_exec and nvim_cmd restore msg_col when capturing output (#19789)zeertzjq2022-08-16
| * fix(winbar): do not always assume cursor is valid. fixes #19458bfredl2022-08-13
| * refactor: remove some unused includes (#19747)zeertzjq2022-08-13
| * refactor: remove some unused includes (#19740)zeertzjq2022-08-12
| * refactor: move non-symbols in ex_eval.h to ex_eval_defs.h (#19739)zeertzjq2022-08-12
| * fix(signs): priority of extmark signs (#19718)Lewis Russell2022-08-11
| * refactor: use CLEAR_FIELD and CLEAR_POINTER macros (#19709)zeertzjq2022-08-11
| * fix(api): `vim.cmd.make` crashes when argument count isn't 1 (#19701)Famiu Haque2022-08-10
* | Merge branch 'master' of https://github.com/neovim/neovim into rahmJosh Rahm2022-08-07
|\|
| * vim-patch:8.1.1210: support for user commands is spread out (#19653)zeertzjq2022-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
| * Merge pull request #19540 from lewis6991/cmd_refactorLewis Russell2022-08-03
| |\
| | * refactor(cmd): unify execute_cmd with do_one_cmdLewis Russell2022-08-02
* | | Merge remote-tracking branch 'upstream/master' into rahmJosh Rahm2022-08-03
|\| |
| * | docs: fix typos (#19588)dundargoc2022-08-03
| |/
| * test: improve mapping tests and docs (#19619)zeertzjq2022-08-02
| * feat(api): add replace_keycodes to nvim_set_keymap (#19598)ii142022-08-01
| * docs: fix typos (#19024)dundargoc2022-07-31
| * refactor: fix clang and PVS warnings (#19569)zeertzjq2022-07-29
| * perf(api): optimize nvim_cmd (#19513)Lewis Russell2022-07-27
| * vim-patch:8.2.2254: Vim9: bool option type is numberzeertzjq2022-07-25
| * fix(api): make nvim_cmd mods.silent work correctly (#19489)notomo2022-07-25
| * refactor(object): get rid of redundant FIXED_TEMP_ARRAYbfredl2022-07-20
| * vim-patch:8.1.1076: file for Insert mode is much too bigzeertzjq2022-07-20
| * fix(rpc): break nvim_error_event feedback loop between two nvim instancesbfredl2022-07-19
| * perf(ui): unpack grid_line (screen contents) directlybfredl2022-07-19
| * perf(ui): eliminate spurious memory allocations for hl_attr_define eventbfredl2022-07-18
* | Merge remote-tracking branch 'upstream/master' into rahmJosh Rahm2022-07-18
|\|
| * 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
| * feat(marks): restore viewport on jump #15831Javier Lopez2022-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
| * refactor: replace char_u #18429dundargoc2022-06-28
| * fix(inccommand): parse the command to check if it is previewableFamiu Haque2022-06-28
| * fix(api): change default value of 'pattern' in nvim_exec_autocmds (#19115)Gregory Anders2022-06-27
| * refactor(api): use FOREACH_ITEM macro in autocmdChristian Clason2022-06-26
| * feat(api): support pattern array for exec_autocmdsChristian Clason2022-06-26
| * Merge pull request #19041 from lewis6991/globallocalbfredl2022-06-25
| |\
| | * fix(api): nvim_set_option_value for global-local optionsLewis Russell2022-06-22
| * | fix(api): check for inclusive buffer line index out of bounds correctly (#19056)zeertzjq2022-06-23
| * | refactor: move some mapping-related code to a separate file (#19061)zeertzjq2022-06-23
| * | fix(api): check error after getting win/buf handle (#19052)Gregory Anders2022-06-22
| |/
| * Merge pull request #19039 from bfredl/multicolorbfredl2022-06-22
| |\