aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api
Commit message (Expand)AuthorAge
...
* refactor: missing parenthesis may cause unexpected problems (#17443)kylo2522022-05-26
* refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc2022-05-25
* Merge pull request #18528 from lewis6991/setwinoptbfredl2022-05-25
|\
| * feat(api): add win and buf to nvim_set_option_valueLewis Russell2022-05-17
* | fix(cid/352839): USE_AFTER_FREE in create_user_command #18669James McCoy2022-05-22
* | Merge pull request #18608 from ckipp01/extmarkDocsbfredl2022-05-22
|\ \
| * | docs(extmark): remove message about passing in id=0ckipp012022-05-18
| |/
* | feat(ui): clear message history explicitly with msg_history_clear eventdevbhan singh2022-05-21
* | fix(autocmds): separate command from desc (#18617)kylo2522022-05-21
* | Merge pull request #18648 from jamessan/coverity-fixesJames McCoy2022-05-20
|\ \
| * | perf(cid/350479): avoid copying ExtmarkInfo when calling extmark_to_array()James McCoy2022-05-20
| * | fix(cid/351940): free compl_arg in create_user_commands()'s error path exitJames McCoy2022-05-20
* | | fix: make `nvim_cmd` not suppress errors inside key mappingFamiu Haque2022-05-19
|/ /
* | Merge pull request #18620 from bfredl/multibarbfredl2022-05-18
|\ \
| * | refactor: move more grid functions to grid.c. Clean up some variablesbfredl2022-05-18
| * | refactor: grid->rows and grid->colsbfredl2022-05-18
* | | feat(api): enable nvim_exec_autocmds to pass arbitrary data (#18613)Gregory Anders2022-05-18
|/ /
* | Merge pull request #18562 from famiu/feat/ui/winbarbfredl2022-05-18
|\ \
| * | feat(ui): add `'winbar'`Famiu Haque2022-05-18
| |/
* / docs(api): update v:errmsg behavior #18593Famiu Haque2022-05-17
|/
* refactor: replace char_u variables and functions with charDundar Goc2022-05-16
* 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