aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/private
Commit message (Expand)AuthorAge
* fix(ui-ext): log and clear error in ui_comp_event (#21147)Andrew Willette2022-11-30
* refactor: replace char_u with chardundargoc2022-11-28
* refactor: replace char_u with charDundar Göc2022-11-19
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* feat(lua-api): avoid unnecessary allocations (#19877)Lewis Russell2022-11-14
* refactor(uncrustify): improved formatting rulesdundargoc2022-10-21
* refactor: clang-tidy fixes to silence clangd warning (#20683)dundargoc2022-10-21
* fix(api): notify dict watchers on nvim_set_var and vim.g settersmolck2022-09-27
* refactor: move klib out of src/nvim/ #20341dundargoc2022-09-25
* refactor(typval): change FC_CFUNC abstraction into FC_LUAREFbfredl2022-09-07
* refactor: replace char_u with charDundar Göc2022-09-06
* fix(exceptions): restore `did_throw` (#20000)Sean Dewar2022-08-30
* refactor(api): provide a temporary copy solution for nvim_call_atomicbfredl2022-08-24
* perf(api): allow to use an arena for return valuesbfredl2022-08-23
* refactor: remove some unused includes (#19747)zeertzjq2022-08-13
* refactor: move non-symbols in ex_eval.h to ex_eval_defs.h (#19739)zeertzjq2022-08-12
* refactor(object): get rid of redundant FIXED_TEMP_ARRAYbfredl2022-07-20
* perf(ui): unpack grid_line (screen contents) directlybfredl2022-07-19
* perf(ui): eliminate spurious memory allocations for hl_attr_define eventbfredl2022-07-18
* feat(marks): restore viewport on jump #15831Javier Lopez2022-06-30
* refactor: move some mapping-related code to a separate file (#19061)zeertzjq2022-06-23
* perf(highlight): allocate permanent names in an arena for fun and cache localitybfredl2022-06-21
* perf(ui): reduce allocation overhead when encoding "redraw" eventsbfredl2022-06-20
* refactor(api): move command related API to separate filebfredl2022-06-12
* refactor(api): move extmark specific functions to api/extmark.cbfredl2022-06-12
* refactor(api): move option code to own filebfredl2022-06-12
* fix(messages): add color when showing nvim_echo in :messages historybfredl2022-06-11
* refactor: change type of linenr_T from long to int32_tDundar Goc2022-06-10
* refactor: correct comments and assertions about mapping rhs <Nop> (#18821)zeertzjq2022-06-01
* Merge pull request #18194 from famiu/feat/usercmd_previewbfredl2022-05-31
|\
| * feat: add preview functionality to user commandsFamiu Haque2022-05-31
* | refactor(api): use hashy hash for looking up api method and event namesbfredl2022-05-30
|/
* 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
* | fix(cid/351940): free compl_arg in create_user_commands()'s error path exitJames McCoy2022-05-20
* | feat(ui): add `'winbar'`Famiu Haque2022-05-18
|/
* refactor(api/nvim_cmd): use `kvec_t` for constructing cmdline stringFamiu Haque2022-05-14
* 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-07
* refactor: replace char_u variables and functions with charDundar Goc2022-05-05
* fix(coverity): use xstrndup() instead of vim_strsave() (#18363)zeertzjq2022-05-03
* 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
* vim-patch:8.1.2145: cannot map <C-H> when modifyOtherKeys is enabledzeertzjq2022-04-29