aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | | build(deps): bump Luv to 1.44.2-0 (#19346)Christian Clason2022-07-14
* | | build: gracefully handle error in git-version #19289kylo2522022-07-14
* | | feat(eval)!: input() support any type for "cancelreturn" in a dict (#19357)zeertzjq2022-07-14
* | | vim-patch:8.2.0969: assert_equal() output for dicts is hard to figure out (#1...zeertzjq2022-07-13
* | | fix(exmode): flush messages before printing a line after pressing Enter (#19341)zeertzjq2022-07-13
* | | vim-patch:8.2.0035: saving and restoring called_emsg is clumsy (#19335)zeertzjq2022-07-13
* | | build(deps): bump libuv to v1.44.2 (#19338)Christian Clason2022-07-12
* | | Merge pull request #19334 from zeertzjq/vim-8.2.0275zeertzjq2022-07-12
|\ \ \
| * | | vim-patch:8.2.5050: using freed memory when searching for pattern in pathzeertzjq2022-07-12
| * | | vim-patch:8.2.0293: various Ex commands not sufficiently testedzeertzjq2022-07-12
| * | | vim-patch:8.2.0275: some Ex code not covered by testszeertzjq2022-07-12
|/ / /
* | | fix(lsp): account for initializing servers in vim.lsp.start (#19329)Nicolas Hillegeer2022-07-12
* | | Merge pull request #19332 from zeertzjq/vim-8.2.0270zeertzjq2022-07-12
|\ \ \
| * | | vim-patch:8.2.2732: prompt for s///c in Ex mode can be wrongzeertzjq2022-07-12
| * | | vim-patch:8.2.0270: some code not covered by testszeertzjq2022-07-12
| * | | fix(exmode): do not throttle messages when pressing enter to print linezeertzjq2022-07-12
|/ / /
* | | Merge pull request #19330 from zeertzjq/vim-8.2.0203zeertzjq2022-07-12
|\ \ \
| * | | vim-patch:8.2.0203: :helptags and some other functionality not testedzeertzjq2022-07-12
| * | | fix(cmdline): fix passing -1 as charzeertzjq2022-07-12
|/ / /
* | | fix(lsp): don't attach a client in lsp.start() if there is none (#19328)Nicolas Hillegeer2022-07-11
* | | Merge pull request #19277 from zeertzjq/vim-8.1.1855zeertzjq2022-07-12
|\ \ \
| * | | test(old): test_timers.vim call timer_stopall() in SetUp() insteadzeertzjq2022-07-12
| * | | vim-patch:8.1.1867: still a timer test that is flaky on Maczeertzjq2022-07-12
| * | | vim-patch:8.1.1864: still a timer test that is flaky on Maczeertzjq2022-07-12
| * | | vim-patch:8.1.1859: timer test sometimes fails on Maczeertzjq2022-07-12
| * | | vim-patch:8.1.1855: another failing timer testzeertzjq2022-07-12
|/ / /
* | | Merge pull request #19320 from zeertzjq/vim-8.2.0212zeertzjq2022-07-12
|\ \ \ | |/ / |/| |
| * | vim-patch:8.2.0243: insufficient code coverage for ex_docmd.c functionszeertzjq2022-07-12
| * | vim-patch:8.2.{0212,0250}zeertzjq2022-07-12
| * | test(old): align defaults to Vim before each test insteadzeertzjq2022-07-12
|/ /
* | vim-patch:8.2.3363: when :edit reuses the current buffer the alternate file i...zeertzjq2022-07-11
* | fix(lsp): abort pending changes after flush when debouncing (#19314)Rishikesh Vaishnav2022-07-11
* | feat(lsp): defaults: tagfunc, omnifunc (#19003)Mathias Fußenegger2022-07-10
* | Merge pull request #19305 from zeertzjq/vim-8.2.3530zeertzjq2022-07-10
|\ \
| * | vim-patch:8.2.3531: command line completion test fails on MS-Windowszeertzjq2022-07-10
| * | vim-patch:8.2.3530: ":buf \{a}" fails while ":edit \{a}" workszeertzjq2022-07-10
* | | Merge pull request #18774 from zeertzjq/float-height-width-fixzeertzjq2022-07-10
|\ \ \
| * | | test(float_spec): make indent more consistentzeertzjq2022-07-10
| * | | fix(float): fix mouse drag position if float window turned to a splitzeertzjq2022-07-10
| * | | fix(float): fix glitch when making float window with border a splitzeertzjq2022-07-10
| * | | fix(float): fix float window with winbar cannot have screen heightzeertzjq2022-07-10
| * | | fix(float): fix float window border drawing with winbarzeertzjq2022-07-10
|/ / /
* | | fix(lsp): pcall nvim_del_augroup_by_name (#19302)Christian Clason2022-07-10
* | | Merge pull request #19307 from zeertzjq/vim-8.2.1053zeertzjq2022-07-10
|\ \ \
| * | | vim-patch:8.2.1053: insufficient testing for 'statusline' and 'tabline'zeertzjq2022-07-10
| * | | vim-patch:7.4.1724zeertzjq2022-07-10
|/ / /
* / / fix(l10n): add folded line indicator translations from vim (#19286)tomial2022-07-10
|/ /
* | vim-patch:9.0.0049: csv and tsv files are not recognized (#19300)Christian Clason2022-07-10
* | Merge #19267 require() in --startuptimeJustin M. Keyes2022-07-10
|\ \
| * | test: --startuptimeJustin M. Keyes2022-07-09