aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Merge branch 'master' of https://github.com/neovim/neovim into rahmtmpJosh Rahm2022-08-19
|\
| * Merge pull request #19360 from famiu/feat/multibuffer-inccommandbfredl2022-08-19
| |\
| | * feat: multibuffer preview support for inccommandFamiu Haque2022-08-19
| * | vim-patch:8.2.0982: insufficient testing for reading/writing fileszeertzjq2022-08-19
| * | vim-patch:8.1.1966: some code in options.c fits better elsewhere (#19840)zeertzjq2022-08-19
| * | revert: "jobstart(): Fix hang on non-executable cwd #9204" (#19826)zeertzjq2022-08-18
| * | Merge pull request #19822 from bfredl/hldefbfredl2022-08-18
| |\ \
| | * | fix(api): make nvim_set_hl(ns=0, ...) redraw screen properlybfredl2022-08-18
| * | | fix(winhl): do not crash when unsetting winhl in just opened windowbfredl2022-08-18
| |/ /
| * | fix(tests): remove irrelevant usage of display-=msgsepbfredl2022-08-17
| * | feat(ui): allow to set the highlight namespace per windowbfredl2022-08-17
| * | feat: allow :wincmd to accept a count (#19815)Famiu Haque2022-08-17
| * | vim-patch:9.0.0190: the way 'cmdheight' can be made zero is inconsistentShougo Matsushita2022-08-17
| * | fix(api): nvim_exec and nvim_cmd restore msg_col when capturing output (#19789)zeertzjq2022-08-16
| * | test: use poke_eventloop() instead of sleep(10) where possible (#19794)zeertzjq2022-08-16
| * | fix(source): fix expand('<sfile>') no longer works for Luazeertzjq2022-08-16
| * | vim-patch:8.2.1799: some Normal mode commands not fully testedzeertzjq2022-08-15
| * | vim-patch:8.2.5109: mode not updated after CTRL-O CTRL-C in Insert modezeertzjq2022-08-15
| * | vim-patch:8.1.1192: mode is not cleared when leaving Insert mode with mapped Esczeertzjq2022-08-15
| * | vim-patch:8.1.1189: mode is not cleared when leaving Insert modezeertzjq2022-08-15
| * | fix(getchar): flush screen before doing a blocking waitzeertzjq2022-08-15
| * | vim-patch:partial:8.1.0822: peeking and flushing output slows down executionzeertzjq2022-08-15
| |/
| * fix(source): make changing 'shellslash' change expand() resultzeertzjq2022-08-15
| * 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
* | Merge branch 'master' of https://github.com/neovim/neovim into rahmJosh Rahm2022-08-07
|\|
| * 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 remote-tracking branch 'upstream/master' into rahmJosh Rahm2022-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