aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/vim.c
Commit message (Expand)AuthorAge
* refactor: move statusline code from buffer.c and [draw]screen.c to new filebfredl2022-08-19
* vim-patch:8.1.2057: the screen.c file is much too bigLewis Russell2022-08-19
* vim-patch:8.1.2082: rename popupmnu.* to popupmenu.* (#19829)zeertzjq2022-08-18
* feat(ui): allow to set the highlight namespace per windowbfredl2022-08-17
* refactor: remove some unused includes (#19820)zeertzjq2022-08-17
* refactor: remove some unused includes (#19740)zeertzjq2022-08-12
* refactor: move non-symbols in ex_eval.h to ex_eval_defs.h (#19739)zeertzjq2022-08-12
* test: improve mapping tests and docs (#19619)zeertzjq2022-08-02
* feat(api): add replace_keycodes to nvim_set_keymap (#19598)ii142022-08-01
* refactor(object): get rid of redundant FIXED_TEMP_ARRAYbfredl2022-07-20
* vim-patch:8.1.1076: file for Insert mode is much too bigzeertzjq2022-07-20
* fix(rpc): break nvim_error_event feedback loop between two nvim instancesbfredl2022-07-19
* feat(marks): restore viewport on jump #15831Javier Lopez2022-06-30
* refactor(highlight)!: rename attributes to match Vim (#19159)zeertzjq2022-06-30
* refactor: replace char_u #18429dundargoc2022-06-28
* refactor: move some mapping-related code to a separate file (#19061)zeertzjq2022-06-23
* perf(highlight): don't allocate duplicates for color namesbfredl2022-06-21
* fix(terminal): coverity USE_AFTER_FREE #18978Justin M. Keyes2022-06-18
* feat(logging): include test-id in log messagesJustin M. Keyes2022-06-15
* refactor(api): move command related API to separate filebfredl2022-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
* feat(api): nvim__get_runtime do_sourcebfredl2022-06-11
* docs: fix typos (#18269)dundargoc2022-06-04
* refactor(api): use a unpacker based on libmpack instead of msgpack-cbfredl2022-06-02
* Merge pull request #18194 from famiu/feat/usercmd_previewbfredl2022-05-31
|\
| * feat: add preview functionality to user commandsFamiu Haque2022-05-31
* | docs: clarify that nvim_strwidth counts control characters as one cell (#18802)zeertzjq2022-05-31
|/
* feat(nvim_create_user_command): pass structured modifiers to commandsFamiu Haque2022-05-29
* 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
* | refactor: grid->rows and grid->colsbfredl2022-05-18
* | feat(ui): add `'winbar'`Famiu Haque2022-05-18
|/
* 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
* 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
* refactor: replace char_u variables and functions with charDundar Goc2022-05-07
* refactor: replace char_u variables and functions with charDundar Goc2022-05-05
* refactor: replace char_u variables and functions with charDundar Goc2022-05-04
* feat(nvim_parse_cmd): add range, count, reg #18383Famiu Haque2022-05-04
* fix(coverity): use xstrndup() instead of vim_strsave() (#18363)zeertzjq2022-05-03
* fix(api): preserve `cmdmod` on `nvim_parse_cmd`Famiu Haque2022-05-02
* feat(api): add `nvim_parse_cmdline`Famiu Haque2022-04-30
* refactor: replace char_u variables and functions with char (#18288)dundargoc2022-04-30
* 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