aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api
Commit message (Expand)AuthorAge
* refactor: minimize variable scope and eliminate empty declarationsDundar Göc2022-03-13
* refactor: fix clint warnings (#17682)dundargoc2022-03-13
* docs(api): improve section on nvim_set_hl (#17692)adrian52022-03-13
* Merge pull request #17687 from zeertzjq/fix-channel-consistencyzeertzjq2022-03-13
|\
| * fix(channel): fix channel consistencyerw72022-03-12
* | feat(ui): connect to remote ui (only debug messages for now)bfredl2022-03-12
* | refactor(main): separate connection code from --remote execution codeBjörn Linse2022-03-12
|/
* test(remote): add tests for --remoteCharlie Groves2022-03-11
* feat(remote): add basic --remote supportCharlie Groves2022-03-11
* Merge pull request #17663 from dundargoc/refactor/uncrustifybfredl2022-03-11
|\
| * refactor(uncrustify): format all c filesDundar Göc2022-03-10
* | refactor(decorations): move provider codeLewis Russell2022-03-10
|/
* chore: fix typos (#17331)dundargoc2022-03-10
* 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
* Merge pull request #16897 from lewis6991/signsbfredl2022-03-06
|\
| * feat(decorations): support signsLewis Russell2022-03-05
* | Merge pull request #17589 from kchibisov/add-dashed-dotted-underlineJames McCoy2022-03-05
|\ \ | |/ |/|
| * feat(tui): add support for `CSI 4 : [2,4,5] m`Kirill Chibisov2022-03-03
* | Merge pull request #17568 from groves/respect_os_proc_children_rvJames McCoy2022-03-03
|\ \ | |/ |/|
| * fix: respect os_proc_children rv of pid not foundCharlie Groves2022-03-01
* | refactor(PVS/V547): aucmd.type == CALLABLE_NONE is always falsezeertzjq2022-03-02
* | refactor(PVS/V560): ap == NULL is always falsezeertzjq2022-03-02
* | chore(PVS): add PVS header to api/autocmd.czeertzjq2022-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
* | Merge pull request #17529 from seandewar/api-string-oopsiebfredl2022-02-28
|\ \ | |/ |/|
| * fix(api): convert blob to NUL-terminated API stringSean Dewar2022-02-26
* | feat(lua): add api and lua autocmdsTJ DeVries2022-02-27
* | feat(lua): add <f-args> to user commands callback (#17522)Javier Lopez2022-02-27
* | Merge pull request #17386 from bfredl/neothreadbfredl2022-02-27
|\ \
| * | feat(lua): add proper support of luv threadserw72022-02-26
| |/
* | Merge pull request #17414 from zeertzjq/api-set-cursor-redrawbfredl2022-02-26
|\ \ | |/ |/|
| * fix(api): nvim_win_set_cursor() redraw for cursorline and statuslinezeertzjq2022-02-15
* | feat(highlight): support for blend in nvim_set_hl (#17516)Lewis Russell2022-02-24
* | fix(api)!: correctly handle negative line numbers for nvim_buf_set_text (#17498)Gregory Anders2022-02-23
* | feat(api): implement nvim_buf_get_text (#15181)Gregory Anders2022-02-22
* | fix(highlight): accept NONE as a color name (#17487)Lewis Russell2022-02-21
* | Merge pull request #16678 from lewis6991/runtime_file_errbfredl2022-02-16
|\ \
| * | fix(api): re-route nvim_get_runtime_file errorsLewis Russell2022-02-15
* | | docs: minor changes related to mapping descriptionzeertzjq2022-02-16
|/ /
* / fix(api): validate command names in nvim_add_user_command (#17406)Gregory Anders2022-02-15
|/
* fix: autoload variables not loaded with vim.g & nvim_get_varshadmansaleh2022-02-13
* feat(api): add strikethrough, nocombine to set_hlChristian Clason2022-02-12
* Merge pull request #17360 from lewis6991/fix-window-closeChristian Clason2022-02-11
|\
| * fix: close floating windows when calling win_close()Rom Grk2022-02-10
* | fix(api): use changedir_func() in nvim_set_current_dir()zeertzjq2022-02-10
|/