aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api
Commit message (Expand)AuthorAge
...
* feat(api): support pattern array for exec_autocmdsChristian Clason2022-06-26
* Merge pull request #19041 from lewis6991/globallocalbfredl2022-06-25
|\
| * fix(api): nvim_set_option_value for global-local optionsLewis Russell2022-06-22
* | fix(api): check for inclusive buffer line index out of bounds correctly (#19056)zeertzjq2022-06-23
* | refactor: move some mapping-related code to a separate file (#19061)zeertzjq2022-06-23
* | fix(api): check error after getting win/buf handle (#19052)Gregory Anders2022-06-22
|/
* Merge pull request #19039 from bfredl/multicolorbfredl2022-06-22
|\
| * perf(highlight): allocate permanent names in an arena for fun and cache localitybfredl2022-06-21
| * perf(highlight): don't allocate duplicates for color namesbfredl2022-06-21
* | refactor(option): DRY get/set option value #19038Lewis Russell2022-06-21
|/
* Merge pull request #18743 from gpanders/bowooptvalueGregory Anders2022-06-20
|\
| * feat(api): add "buf" and "win" to nvim_get_option_valueGregory Anders2022-06-20
* | perf(ui): reduce allocation overhead when encoding "redraw" eventsbfredl2022-06-20
|/
* fix(terminal): coverity USE_AFTER_FREE #18978Justin M. Keyes2022-06-18
* feat(logging): include test-id in log messagesJustin M. Keyes2022-06-15
* docs: fix typos (#18866)dundargoc2022-06-15
* vim-patch:8.2.5088: value of cmod_verbose is a bit complicated to usezeertzjq2022-06-14
* vim-patch:8.2.1898: command modifier parsing always uses global cmdmodzeertzjq2022-06-14
* refactor(api): remove redundant fields of CmdParseInfozeertzjq2022-06-14
* vim-patch:8.2.1897: command modifiers are saved and set inconsistentlyzeertzjq2022-06-14
* 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
* feat(api): nvim__get_runtime do_sourcebfredl2022-06-11
* refactor: change type of linenr_T from long to int32_tDundar Goc2022-06-10
* feat(autocmds): retrieve lua callback (#18642)kylo2522022-06-09
* fix(nvim_create_user_command): make `smods` work with `nvim_cmd`Famiu Haque2022-06-08
* docs: fix typos (#18269)dundargoc2022-06-04
* refactor(api): use a unpacker based on libmpack instead of msgpack-cbfredl2022-06-02
* 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
* | docs: clarify that nvim_strwidth counts control characters as one cell (#18802)zeertzjq2022-05-31
* | refactor(api): use hashy hash for looking up api method and event namesbfredl2022-05-30
|/
* 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
* | 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
|\ \