summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/api/vim.c
AgeCommit message (Expand)AuthorFiles
2022-08-24Merge pull request #19906 from bfredl/bigstagebfredl1
2022-08-24refactor(api): provide a temporary copy solution for nvim_call_atomicbfredl1
2022-08-23perf(api): allow to use an arena for return valuesbfredl1
2022-08-23vim-patch:9.0.0206: redraw flags are not named specifically (#19913)zeertzjq1
2022-08-20vim-patch:8.1.2045: the option.c file is too big (#19854)zeertzjq1
2022-08-19refactor: move statusline code from buffer.c and [draw]screen.c to new filebfredl1
2022-08-19vim-patch:8.1.2057: the screen.c file is much too bigLewis Russell1
2022-08-18vim-patch:8.1.2082: rename popupmnu.* to popupmenu.* (#19829)zeertzjq1
2022-08-17feat(ui): allow to set the highlight namespace per windowbfredl1
2022-08-17refactor: remove some unused includes (#19820)zeertzjq1
2022-08-12refactor: remove some unused includes (#19740)zeertzjq1
2022-08-12refactor: move non-symbols in ex_eval.h to ex_eval_defs.h (#19739)zeertzjq1
2022-08-02test: improve mapping tests and docs (#19619)zeertzjq1
2022-08-01feat(api): add replace_keycodes to nvim_set_keymap (#19598)ii141
2022-07-20refactor(object): get rid of redundant FIXED_TEMP_ARRAYbfredl1
2022-07-20vim-patch:8.1.1076: file for Insert mode is much too bigzeertzjq1
2022-07-19fix(rpc): break nvim_error_event feedback loop between two nvim instancesbfredl1
2022-06-30feat(marks): restore viewport on jump #15831Javier Lopez1
2022-06-30refactor(highlight)!: rename attributes to match Vim (#19159)zeertzjq1
2022-06-28refactor: replace char_u #18429dundargoc1
2022-06-23refactor: move some mapping-related code to a separate file (#19061)zeertzjq1
2022-06-21perf(highlight): don't allocate duplicates for color namesbfredl1
2022-06-18fix(terminal): coverity USE_AFTER_FREE #18978Justin M. Keyes1
2022-06-15feat(logging): include test-id in log messagesJustin M. Keyes1
2022-06-12refactor(api): move command related API to separate filebfredl1
2022-06-12refactor(api): move option code to own filebfredl1
2022-06-11fix(messages): add color when showing nvim_echo in :messages historybfredl1
2022-06-11feat(api): nvim__get_runtime do_sourcebfredl1
2022-06-04docs: fix typos (#18269)dundargoc1
2022-06-02refactor(api): use a unpacker based on libmpack instead of msgpack-cbfredl1
2022-05-31Merge pull request #18194 from famiu/feat/usercmd_previewbfredl1
2022-05-31feat: add preview functionality to user commandsFamiu Haque1
2022-05-31docs: clarify that nvim_strwidth counts control characters as one cell (#18802)zeertzjq1
2022-05-29feat(nvim_create_user_command): pass structured modifiers to commandsFamiu Haque1
2022-05-26refactor: missing parenthesis may cause unexpected problems (#17443)kylo2521
2022-05-25refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc1
2022-05-25Merge pull request #18528 from lewis6991/setwinoptbfredl1
2022-05-18refactor: grid->rows and grid->colsbfredl1
2022-05-18feat(ui): add `'winbar'`Famiu Haque1
2022-05-17feat(api): add win and buf to nvim_set_option_valueLewis Russell1
2022-05-15docs(api): nvim_set_hl attributes #18558Oliver Marriott1
2022-05-15fix(api): nvim_eval_statusline should validate input #18347deforde1
2022-05-15docs(nvim_set_keymap): specify that optional arguments defaults to false (#18...dundargoc1
2022-05-10vim-patch:8.2.4911: the mode #defines are not clearly named (#18499)zeertzjq1
2022-05-09refactor: replace char_u variables and functions with charDundar Goc1
2022-05-07refactor: replace char_u variables and functions with charDundar Goc1
2022-05-05refactor: replace char_u variables and functions with charDundar Goc1
2022-05-04refactor: replace char_u variables and functions with charDundar Goc1
2022-05-04feat(nvim_parse_cmd): add range, count, reg #18383Famiu Haque1
2022-05-03fix(coverity): use xstrndup() instead of vim_strsave() (#18363)zeertzjq1