aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
...
| * feat(mapset): support restoring "replace_keycodes" and "desc"zeertzjq2022-08-01
| * test: fix api/keymap_spec.lua testszeertzjq2022-08-01
| * vim-patch:8.2.0815: maparg() does not provide enough information for mapset()zeertzjq2022-08-01
| * feat(api): add replace_keycodes to nvim_set_keymap (#19598)ii142022-08-01
| * fix(session): respect sessionoptions=terminal #19497Gustavo Sampaio2022-08-01
| * fix(highlight): add missing 'nocombine' to nvim_get_hl_* apis (#19586)Munif Tanjim2022-07-31
| * cmdheight=0: fix bugs part2 (#19185)Shougo2022-07-31
| * test: rewrite Test_missing_attr() in Luazeertzjq2022-07-31
| * fix(terminal): avoid reading over the end of cell.chars (#19580)zeertzjq2022-07-30
| * fix(screen): check for col instead of vcol when drawing fold (#19572)zeertzjq2022-07-29
| * vim-patch:9.0.0099: scrollback can be wrong after redrawing the command line ...zeertzjq2022-07-28
| * vim-patch:9.0.0090: no error when assigning bool to a string option (#19539)zeertzjq2022-07-27
| * fix(options): properly free string options (#19510)zeertzjq2022-07-27
| * vim-patch:9.0.0086: tabline is not redrawn when entering command linezeertzjq2022-07-27
| * vim-patch:9.0.0082: cannot interrupt global command from command linezeertzjq2022-07-27
| * vim-patch:9.0.0051: using CTRL-C wih :append may hang Vimzeertzjq2022-07-27
| * fix(cmdline): trigger CmdlineEnter and ModeChanged earlier (#19474)zeertzjq2022-07-26
| * vim-patch:9.0.0071: command overlaps with printed text in scrollback (#19505)zeertzjq2022-07-26
| * vim-patch:8.2.5155: in diff mode windows may get out of synczeertzjq2022-07-25
| * test: improve some input testszeertzjq2022-07-25
| * fix(input): do no reinterpret mouse keys with ALT modifierszeertzjq2022-07-25
| * fix(api): make nvim_cmd mods.silent work correctly (#19489)notomo2022-07-25
| * fix(mouse): fix using uninitialized memory with K_MOUSEMOVE (#19480)zeertzjq2022-07-24
| * test(mksession_spec): use %bwipeout! instead of qall! to close terminal (#19465)zeertzjq2022-07-22
| * fix(grid): don't use utfc_ptr2char_len() when printing until NUL (#19456)zeertzjq2022-07-22
| * fix(mark): give correct error message when mark is in another buffer (#19454)zeertzjq2022-07-21
| * Merge pull request #19445 from famiu/fix/local_winbar_tabsbfredl2022-07-20
| |\
| | * fix: local winbar with tabsFamiu Haque2022-07-20
| * | feat(lua): allow vim.cmd to be indexed (#19238)Lewis Russell2022-07-20
| * | test: deal with RPC call causing Nvim to exit laterzeertzjq2022-07-19
| * | test: avoid timing-sensitive undo messagezeertzjq2022-07-19
| * | Merge pull request #19409 from bfredl/uiunpackbfredl2022-07-19
| |\ \
| | * | perf(ui): avoid ui_flush() work in headless modebfredl2022-07-18
| | * | perf(ui): eliminate spurious memory allocations for hl_attr_define eventbfredl2022-07-18
| * | | vim-patch:8.2.1147 (#19425)zeertzjq2022-07-19
| * | | fix(lua): make it possible to cancel vim.wait() with Ctrl-C (#19217)JP2022-07-19
| * | | fix(mouse): click on global statusline with splits (#19390)Munif Tanjim2022-07-19
| * | | fix(powershell): filter ":!" commands with args #19268Enan Ajmain2022-07-18
| |/ /
* | | Merge remote-tracking branch 'upstream/master' into rahmJosh Rahm2022-07-18
|\| |
| * | fix(windows):exepath, stdpath return wrong slashes #19111Enan Ajmain2022-07-17
| * | refactor(lsp): use autocmd api (#19407)ii142022-07-17
| |/
| * feat(defaults): mouse=nvi #19290matveyt2022-07-17
| * fix(api): fix nvim_parse_cmd interfere with printing line in Ex mode (#19400)zeertzjq2022-07-17
| * Merge pull request #19395 from jamessan/flaky-job-testJames McCoy2022-07-16
| |\
| | * test(job_spec): accept alternate messages for "append environment" testsJames McCoy2022-07-16
| * | vim-patch:8.2.2643: various code not covered by testszeertzjq2022-07-16
| * | vim-patch:8.2.2608: character input not fully testedzeertzjq2022-07-16
| * | vim-patch:8.2.0198: no tests for y/n promptzeertzjq2022-07-16
| * | vim-patch:8.2.0052: more-prompt not properly testedzeertzjq2022-07-16
| |/
| * fix(ex_cmds): correct flags for :const (#19387)zeertzjq2022-07-16