aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api
Commit message (Expand)AuthorAge
* docs(api): add example showing necessity to wrap callback function (#18179)Mathias Fußenegger2022-04-20
* feat(api): ui options relevant for remote TUIhlpr982022-04-17
* docs: typo fixes (#17859)dundargoc2022-04-15
* refactor!: rename nvim_add_user_command to nvim_create_user_commandGregory Anders2022-04-10
* vim-patch:8.2.4723: the ModeChanged autocmd event is inefficientzeertzjq2022-04-10
* feat(api)!: pass args table to autocommand callbacksGregory Anders2022-04-08
* Merge pull request #17938 from ggandor/autocmd-api-namesbfredl2022-04-01
|\
| * refactor(api)!: use singular/plural consistently in the autocmd APIGyörgy Andorka2022-03-31
* | Merge pull request #17929 from lewis6991/autocmdbfredl2022-03-31
|\ \
| * | fix(api): improve autocmd error handlingLewis Russell2022-03-31
* | | docs(extmark): fix nvim_buf_get_extmarks example (#17934)dundargoc2022-03-31
| |/ |/|
* | feat(api): nvim_clear_autocmdTJ DeVries2022-03-31
|/
* refactor!: rename nvim_do_autocmd to nvim_exec_autocmd (#17854)Javier Lopez2022-03-26
* docs(api): fix wrong documentation of `nvim_create_autocmd` (#17870)かわえもん2022-03-26
* docs(api): improve autocommand docs (#17545)Javier Lopez2022-03-25
* Merge pull request #17821 from zeertzjq/vim-patch-cursorlinezeertzjq2022-03-24
|\
| * perf(screen): reduce cursorline redrawing when jumping aroundzeertzjq2022-03-24
* | chore(nvim_paste): assert the correct String (#17752)zeertzjq2022-03-24
|/
* fix(aucmd_win): always make aucmd_win the last windowzeertzjq2022-03-23
* feat(ui): allow conceal to be defined in decorationsbfredl2022-03-20
* Merge pull request #17785 from muniter/jl-fix-doxygen-destroyerJames McCoy2022-03-20
|\
| * docs: properly escape to avoid doxygen weirdnessJavier López2022-03-19
* | fix(api, lua): return NIL on failure to find converted function (#17779)zeertzjq2022-03-20
|/
* docs: reword description for nvim_buf_line_count() (#17766)Xiretza2022-03-18
* vim-patch:8.1.1693: syntax coloring and highlighting is in one big file (#17721)Lewis Russell2022-03-18
* feat(api, lua): support converting nested Funcref back to LuaRef (#17749)zeertzjq2022-03-17
* Merge pull request #17266 from famiu/feat/ui/global-statuslinebfredl2022-03-17
|\
| * feat: add support for global statuslineFamiu Haque2022-03-18
* | chore: fix typos (#17670)dundargoc2022-03-17
* | refactor(ui): make ui_client_event_grid_line typesafebfredl2022-03-15
* | feat(ui): implement ui_client event handlershlpr982022-03-15
* | 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
|\ \ \ | |/ / |/| |