summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/api
AgeCommit message (Expand)AuthorFiles
2022-08-03docs: fix typos (#19588)dundargoc1
2022-08-02refactor(cmd): unify execute_cmd with do_one_cmdLewis Russell1
2022-08-02test: improve mapping tests and docs (#19619)zeertzjq2
2022-08-01feat(api): add replace_keycodes to nvim_set_keymap (#19598)ii142
2022-07-31docs: fix typos (#19024)dundargoc1
2022-07-29refactor: fix clang and PVS warnings (#19569)zeertzjq1
2022-07-27perf(api): optimize nvim_cmd (#19513)Lewis Russell1
2022-07-25vim-patch:8.2.2254: Vim9: bool option type is numberzeertzjq1
2022-07-25fix(api): make nvim_cmd mods.silent work correctly (#19489)notomo1
2022-07-20refactor(object): get rid of redundant FIXED_TEMP_ARRAYbfredl3
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-07-19perf(ui): unpack grid_line (screen contents) directlybfredl1
2022-07-18perf(ui): eliminate spurious memory allocations for hl_attr_define eventbfredl2
2022-07-16fix(api): do not switch win/buf if getting option in current win/buf (#19383)zeertzjq1
2022-07-03feat(api): add `unsilent` to command APIszeertzjq2
2022-06-30feat(marks): restore viewport on jump #15831Javier Lopez3
2022-06-30refactor(highlight)!: rename attributes to match Vim (#19159)zeertzjq2
2022-06-28feat(api): make `nvim_parse_cmd` and `nvim_cmd` support :filterFamiu Haque2
2022-06-28refactor: replace char_u #18429dundargoc2
2022-06-28fix(inccommand): parse the command to check if it is previewableFamiu Haque1
2022-06-27fix(api): change default value of 'pattern' in nvim_exec_autocmds (#19115)Gregory Anders1
2022-06-26refactor(api): use FOREACH_ITEM macro in autocmdChristian Clason1
2022-06-26feat(api): support pattern array for exec_autocmdsChristian Clason1
2022-06-25Merge pull request #19041 from lewis6991/globallocalbfredl1
2022-06-23fix(api): check for inclusive buffer line index out of bounds correctly (#19056)zeertzjq1
2022-06-23refactor: move some mapping-related code to a separate file (#19061)zeertzjq3
2022-06-22fix(api): check error after getting win/buf handle (#19052)Gregory Anders1
2022-06-22fix(api): nvim_set_option_value for global-local optionsLewis Russell1
2022-06-22Merge pull request #19039 from bfredl/multicolorbfredl2
2022-06-21refactor(option): DRY get/set option value #19038Lewis Russell1
2022-06-21perf(highlight): allocate permanent names in an arena for fun and cache localitybfredl1
2022-06-21perf(highlight): don't allocate duplicates for color namesbfredl1
2022-06-20Merge pull request #18743 from gpanders/bowooptvalueGregory Anders1
2022-06-20feat(api): add "buf" and "win" to nvim_get_option_valueGregory Anders1
2022-06-20perf(ui): reduce allocation overhead when encoding "redraw" eventsbfredl5
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-15docs: fix typos (#18866)dundargoc1
2022-06-14vim-patch:8.2.5088: value of cmod_verbose is a bit complicated to usezeertzjq1
2022-06-14vim-patch:8.2.1898: command modifier parsing always uses global cmdmodzeertzjq1
2022-06-14refactor(api): remove redundant fields of CmdParseInfozeertzjq1
2022-06-14vim-patch:8.2.1897: command modifiers are saved and set inconsistentlyzeertzjq1
2022-06-12refactor(api): move command related API to separate filebfredl7
2022-06-12refactor(api): move extmark specific functions to api/extmark.cbfredl3
2022-06-12refactor(api): move option code to own filebfredl7
2022-06-11fix(messages): add color when showing nvim_echo in :messages historybfredl2
2022-06-11feat(api): nvim__get_runtime do_sourcebfredl2
2022-06-10refactor: change type of linenr_T from long to int32_tDundar Goc4
2022-06-09feat(autocmds): retrieve lua callback (#18642)kylo2521