summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/api
AgeCommit message (Expand)AuthorFiles
2022-05-05Merge pull request #18416 from dundargoc/refactor/remove-char_ubfredl6
2022-05-05refactor: replace char_u variables and functions with charDundar Goc6
2022-05-05refactor(api): make `range` in `nvim_parse_cmd` an arrayFamiu Haque1
2022-05-04refactor: replace char_u variables and functions with charDundar Goc2
2022-05-04refactor: replace char_u variables and functions with charDundar Goc3
2022-05-04feat(nvim_parse_cmd): add range, count, reg #18383Famiu Haque2
2022-05-03feat(api/ui): win_extmarksYatao Li5
2022-05-03refactor: replace char_u variables and functions with charDundar Goc1
2022-05-03fix(coverity): use xstrndup() instead of vim_strsave() (#18363)zeertzjq4
2022-05-02refactor(ui): simplify stdin handlingbfredl2
2022-05-02feat(api): support handling stdin stream in remote uihlpr981
2022-05-02fix(api): preserve `cmdmod` on `nvim_parse_cmd`Famiu Haque1
2022-04-30refactor: replace char_u variables and functions with charDundar Goc1
2022-04-30feat(api): add `nvim_parse_cmdline`Famiu Haque1
2022-04-30refactor: replace char_u variables and functions with char (#18288)dundargoc2
2022-04-29refactor(uncrustify): change rules to better align with the style guideDundar Goc7
2022-04-29refactor(uncrustify): format all c code under /src/nvim/Dundar Goc1
2022-04-29refactor(uncrustify): disable formatting in problematic code sectionsDundar Goc1
2022-04-29vim-patch:8.1.2145: cannot map <C-H> when modifyOtherKeys is enabledzeertzjq2
2022-04-26refactor(terminal)!: drop winpty, require Windows 10 #18253erw71
2022-04-23docs: make docstring consistent with parameters #18178dundargoc2
2022-04-20docs(api): add example showing necessity to wrap callback function (#18179)Mathias Fußenegger1
2022-04-17feat(api): ui options relevant for remote TUIhlpr981
2022-04-15docs: typo fixes (#17859)dundargoc2
2022-04-10refactor!: rename nvim_add_user_command to nvim_create_user_commandGregory Anders3
2022-04-10vim-patch:8.2.4723: the ModeChanged autocmd event is inefficientzeertzjq1
2022-04-08feat(api)!: pass args table to autocommand callbacksGregory Anders1
2022-04-01Merge pull request #17938 from ggandor/autocmd-api-namesbfredl2
2022-03-31refactor(api)!: use singular/plural consistently in the autocmd APIGyörgy Andorka2
2022-03-31Merge pull request #17929 from lewis6991/autocmdbfredl1
2022-03-31docs(extmark): fix nvim_buf_get_extmarks example (#17934)dundargoc1
2022-03-31fix(api): improve autocmd error handlingLewis Russell1
2022-03-31feat(api): nvim_clear_autocmdTJ DeVries3
2022-03-26refactor!: rename nvim_do_autocmd to nvim_exec_autocmd (#17854)Javier Lopez2
2022-03-26docs(api): fix wrong documentation of `nvim_create_autocmd` (#17870)かわえもん1
2022-03-25docs(api): improve autocommand docs (#17545)Javier Lopez1
2022-03-24Merge pull request #17821 from zeertzjq/vim-patch-cursorlinezeertzjq1
2022-03-24chore(nvim_paste): assert the correct String (#17752)zeertzjq1
2022-03-24perf(screen): reduce cursorline redrawing when jumping aroundzeertzjq1
2022-03-23fix(aucmd_win): always make aucmd_win the last windowzeertzjq1
2022-03-20feat(ui): allow conceal to be defined in decorationsbfredl2
2022-03-20Merge pull request #17785 from muniter/jl-fix-doxygen-destroyerJames McCoy1
2022-03-20fix(api, lua): return NIL on failure to find converted function (#17779)zeertzjq1
2022-03-19docs: properly escape to avoid doxygen weirdnessJavier López1
2022-03-18docs: reword description for nvim_buf_line_count() (#17766)Xiretza1
2022-03-18vim-patch:8.1.1693: syntax coloring and highlighting is in one big file (#17721)Lewis Russell4
2022-03-17feat(api, lua): support converting nested Funcref back to LuaRef (#17749)zeertzjq1
2022-03-17Merge pull request #17266 from famiu/feat/ui/global-statuslinebfredl2
2022-03-18feat: add support for global statuslineFamiu Haque2
2022-03-17chore: fix typos (#17670)dundargoc2