aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* vim-patch:7.4.1168 (#19645)zeertzjq2022-08-13
* fix(winbar): do not always assume cursor is valid. fixes #19458bfredl2022-08-13
* test: make Ex mode exit test test what it wants to test (#19728)zeertzjq2022-08-12
* fix(signs): priority of extmark signs (#19718)Lewis Russell2022-08-11
* fix(api): `vim.cmd.make` crashes when argument count isn't 1 (#19701)Famiu Haque2022-08-10
* feat(tui): allow grid and host to disagree on ambiguous-width chars (#19686)zeertzjq2022-08-09
* test: increse expect_exit() timeouts (#19680)zeertzjq2022-08-08
* fix(fillchars): change fallback after setcellwidths()zeertzjq2022-08-08
* fix(folds): fix fold remains when :delete makes buffer empty (#19673)zeertzjq2022-08-08
* fix(terminal): skip aucmd_win when checking terminal size (#19668)zeertzjq2022-08-07
* vim-patch:8.2.1281: the "trailing characters" error can be hard to understandzeertzjq2022-08-07
* vim-patch:8.2.1280: Ex command error cannot contain an argumentzeertzjq2022-08-07
* fix(api): nvim_cmd handle 0 range (#19655)Lewis Russell2022-08-06
* fix(api): fix nvim_buf_set_text heap-use-after-free (#19644)zeertzjq2022-08-06
* test(let_spec): increase expect_exit() timeoutzeertzjq2022-08-05
* Merge #19626 build: cleanup old cmake filesJustin M. Keyes2022-08-03
|\
| * build: replace deprecated cmake features with their modern alternativesDundar Goc2022-08-03
* | fix(completion): remove wrong FUNC_ATTR_NONNULL_ALL (#19627)zeertzjq2022-08-03
* | feat(lua): print source locations of lua callbacks (#19597)ii142022-08-03
* | fix(ui): set redraw_cmdline when setting window height (#19630)zeertzjq2022-08-03
|/
* Merge pull request #19584 from bfredl/terminal_c_BSL_c_Obfredl2022-08-02
|\
| * feat(terminal): implement <c-\><c-o> for terminal modebfredl2022-08-02
* | fix(tabpage): check if ROWS_AVAIL changed for resize (#19620)zeertzjq2022-08-02
|/
* test: improve mapping tests and docs (#19619)zeertzjq2022-08-02
* fix(lsp): send didOpen if name changes on write (#19583)Mathias Fußenegger2022-08-01
* 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