aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api
Commit message (Expand)AuthorAge
...
| * docs(api): nvim_set_hl attributes #18558Oliver Marriott2022-05-15
| * fix(api): nvim_eval_statusline should validate input #18347deforde2022-05-15
| * docs(nvim_set_keymap): specify that optional arguments defaults to false (#18...dundargoc2022-05-15
| * refactor(api/nvim_cmd): use `kvec_t` for constructing cmdline stringFamiu Haque2022-05-14
| * docs: nvim_buf_[get|set]_[text|lines] (#18404)Andrey Mishchenko2022-05-11
| * fix(api): make `nvim_cmd` work correctly with empty arguments list (#18527)Famiu Haque2022-05-11
| * Merge pull request #18366 from famiu/feat/api/nvim_cmdbfredl2022-05-11
| |\
| | * feat(api): add `nvim_cmd`Famiu Haque2022-05-11
| * | vim-patch:8.2.4911: the mode #defines are not clearly named (#18499)zeertzjq2022-05-10
| |/
| * refactor: replace char_u variables and functions with charDundar Goc2022-05-09
| * Merge pull request #18425 from dundargoc/refactor/char_u/1bfredl2022-05-07
| |\
| | * refactor: replace char_u variables and functions with charDundar Goc2022-05-07
| * | refactor(decor): use decor levels properlybfredl2022-05-07
| * | fix(api): make `nvim_parse_cmd` work correctly with both range and countFamiu Haque2022-05-07
| |/
| * Merge pull request #18442 from dundargoc/uncrustifybfredl2022-05-06
| |\
| | * refactor: upgrade uncrustify configuration to version 0.75Dundar Goc2022-05-06
| * | Merge pull request #18438 from famiu/feat/api/nvim_parse_cmdbfredl2022-05-06
| |\ \ | | |/ | |/|
| | * fix(api): make `nvim_parse_cmd` propagate errorsFamiu Haque2022-05-05
| * | Merge pull request #18431 from famiu/feat/api/nvim_get_autocmds/group_namebfredl2022-05-05
| |\ \
| | * | feat(api): add `group_name` to `nvim_get_autocmds`Famiu Haque2022-05-05
| * | | Merge pull request #18416 from dundargoc/refactor/remove-char_ubfredl2022-05-05
| |\ \ \ | | |_|/ | |/| |
| | * | refactor: replace char_u variables and functions with charDundar Goc2022-05-05
| | |/
| * / refactor(api): make `range` in `nvim_parse_cmd` an arrayFamiu Haque2022-05-05
| |/
| * refactor: replace char_u variables and functions with charDundar Goc2022-05-04
| * refactor: replace char_u variables and functions with charDundar Goc2022-05-04
| * feat(nvim_parse_cmd): add range, count, reg #18383Famiu Haque2022-05-04
| * feat(api/ui): win_extmarksYatao Li2022-05-03
| * refactor: replace char_u variables and functions with charDundar Goc2022-05-03
| * fix(coverity): use xstrndup() instead of vim_strsave() (#18363)zeertzjq2022-05-03
| * refactor(ui): simplify stdin handlingbfredl2022-05-02
| * feat(api): support handling stdin stream in remote uihlpr982022-05-02
| * fix(api): preserve `cmdmod` on `nvim_parse_cmd`Famiu Haque2022-05-02
| * refactor: replace char_u variables and functions with charDundar Goc2022-04-30
| * feat(api): add `nvim_parse_cmdline`Famiu Haque2022-04-30
| * refactor: replace char_u variables and functions with char (#18288)dundargoc2022-04-30
| * refactor(uncrustify): change rules to better align with the style guideDundar Goc2022-04-29
| * refactor(uncrustify): format all c code under /src/nvim/Dundar Goc2022-04-29
| * refactor(uncrustify): disable formatting in problematic code sectionsDundar Goc2022-04-29
| * vim-patch:8.1.2145: cannot map <C-H> when modifyOtherKeys is enabledzeertzjq2022-04-29
| * refactor(terminal)!: drop winpty, require Windows 10 #18253erw72022-04-26
| * docs: make docstring consistent with parameters #18178dundargoc2022-04-23
| * 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
| |\ \