summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/api
AgeCommit message (Expand)AuthorFiles
2022-03-15refactor(ui): make ui_client_event_grid_line typesafebfredl1
2022-03-15feat(ui): implement ui_client event handlershlpr981
2022-03-13refactor: minimize variable scope and eliminate empty declarationsDundar Göc3
2022-03-13refactor: fix clint warnings (#17682)dundargoc2
2022-03-13docs(api): improve section on nvim_set_hl (#17692)adrian51
2022-03-13Merge pull request #17687 from zeertzjq/fix-channel-consistencyzeertzjq1
2022-03-12feat(ui): connect to remote ui (only debug messages for now)bfredl1
2022-03-12refactor(main): separate connection code from --remote execution codeBjörn Linse1
2022-03-12fix(channel): fix channel consistencyerw71
2022-03-11test(remote): add tests for --remoteCharlie Groves1
2022-03-11feat(remote): add basic --remote supportCharlie Groves1
2022-03-11Merge pull request #17663 from dundargoc/refactor/uncrustifybfredl3
2022-03-10refactor(decorations): move provider codeLewis Russell2
2022-03-10refactor(uncrustify): format all c filesDundar Göc3
2022-03-10chore: fix typos (#17331)dundargoc1
2022-03-10feat(api): relax statusline fillchar width checkzeertzjq1
2022-03-07feat(api): autocmd `group` can be either name or id (#17559)Dhruv Manilawala1
2022-03-06feat(api): add 'buffer' argument to nvim_get_autocmds (#17594)Gregory Anders2
2022-03-06Merge pull request #16897 from lewis6991/signsbfredl3
2022-03-05Merge pull request #17589 from kchibisov/add-dashed-dotted-underlineJames McCoy1
2022-03-05feat(decorations): support signsLewis Russell3
2022-03-03feat(tui): add support for `CSI 4 : [2,4,5] m`Kirill Chibisov1
2022-03-03Merge pull request #17568 from groves/respect_os_proc_children_rvJames McCoy1
2022-03-02refactor(PVS/V547): aucmd.type == CALLABLE_NONE is always falsezeertzjq1
2022-03-02refactor(PVS/V560): ap == NULL is always falsezeertzjq1
2022-03-02chore(PVS): add PVS header to api/autocmd.czeertzjq1
2022-03-01fix: respect os_proc_children rv of pid not foundCharlie Groves1
2022-03-01Merge pull request #15079 from shadmansaleh/feat/verbose_luabfredl5
2022-03-01fix(api): include event in get_autocmds (#17553)Christian Clason1
2022-02-28feat(lua): add missing changes to autocmds lost in the rebaseTJ DeVries4
2022-02-28Merge pull request #17529 from seandewar/api-string-oopsiebfredl1
2022-02-28feat(lua): show proper verbose output for lua configurationshadmansaleh5
2022-02-27feat(lua): add api and lua autocmdsTJ DeVries6
2022-02-27feat(lua): add <f-args> to user commands callback (#17522)Javier Lopez1
2022-02-27Merge pull request #17386 from bfredl/neothreadbfredl1
2022-02-26fix(api): convert blob to NUL-terminated API stringSean Dewar1
2022-02-26Merge pull request #17414 from zeertzjq/api-set-cursor-redrawbfredl1
2022-02-26feat(lua): add proper support of luv threadserw71
2022-02-24feat(highlight): support for blend in nvim_set_hl (#17516)Lewis Russell1
2022-02-23fix(api)!: correctly handle negative line numbers for nvim_buf_set_text (#17498)Gregory Anders1
2022-02-22feat(api): implement nvim_buf_get_text (#15181)Gregory Anders2
2022-02-21fix(highlight): accept NONE as a color name (#17487)Lewis Russell1
2022-02-16Merge pull request #16678 from lewis6991/runtime_file_errbfredl1
2022-02-16docs: minor changes related to mapping descriptionzeertzjq1
2022-02-15fix(api): re-route nvim_get_runtime_file errorsLewis Russell1
2022-02-15fix(api): validate command names in nvim_add_user_command (#17406)Gregory Anders1
2022-02-15fix(api): nvim_win_set_cursor() redraw for cursorline and statuslinezeertzjq1
2022-02-13fix: autoload variables not loaded with vim.g & nvim_get_varshadmansaleh1
2022-02-12feat(api): add strikethrough, nocombine to set_hlChristian Clason1
2022-02-11Merge pull request #17360 from lewis6991/fix-window-closeChristian Clason1