Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | feat(vim-patch.sh): support additional args for -s | zeertzjq | 2022-03-05 |
| | | | | This allows creating a draft vim-patch PR. | ||
* | Merge pull request #17601 from dundargoc/revert/libuv | James McCoy | 2022-03-04 |
|\ | |||
| * | revert: "build(deps): bump libuv to 1.43.0+7ae0c95" | Dundar Göc | 2022-03-04 |
|/ | | | | This reverts commit 2da9450de57e6420480607ac2e83bc3cb1fa19e9. | ||
* | Merge pull request #17598 from dundargoc/ci/reviewer/update-reviewers | James McCoy | 2022-03-04 |
|\ | | | | | ci(reviews): update reviewers | ||
| * | ci(reviews): update reviewers | Dundar Göc | 2022-03-04 |
|/ | |||
* | Merge pull request #17596 from zeertzjq/autocmd-comment | zeertzjq | 2022-03-04 |
|\ | | | | | chore(autocmd): move comment to the right place | ||
| * | chore(autocmd): move comment to the right place | zeertzjq | 2022-03-04 |
|/ | |||
* | fix(autocmd): clean up autocmds only when needed (#17593) | Jaehwang Jung | 2022-03-04 |
| | |||
* | Merge pull request #17567 from bfredl/preload | bfredl | 2022-03-03 |
|\ | | | | | refactor(lua): regularize builtin modules, phase 1 | ||
| * | refactor(lua): reorganize builtin modules, phase 1 | bfredl | 2022-03-03 |
| | | |||
* | | Merge pull request #17568 from groves/respect_os_proc_children_rv | James McCoy | 2022-03-03 |
|\ \ | |||
| * | | fix: respect os_proc_children rv of pid not found | Charlie Groves | 2022-03-01 |
| | | | | | | | | | | | | | | | | | | | | | | | | os_proc_children returns 2 if there's a failure in the underlying syscall. Only shell out to pgrep in that case. It returns 1 if the pid isn't found. In that case, we can roll forward with returning an empty list. | ||
* | | | Merge pull request #17564 from dundargoc/ci/freebsd/remove-deprecated-port | James McCoy | 2022-03-03 |
|\ \ \ | | | | | | | | | ci(freebsd): remove deprecated package sha to fix warning | ||
| * | | | ci(freebsd): remove deprecated package sha to fix warning | Dundar Göc | 2022-03-01 |
| | | | | | | | | | | | | | | | | It's already included by default, no need to replace it. | ||
* | | | | Merge pull request #17591 from zeertzjq/vim-8.2.4498 | zeertzjq | 2022-03-03 |
|\ \ \ \ | | | | | | | | | | | vim-patch:8.2.4498: using <Plug> with "noremap" does not work | ||
| * | | | | vim-patch:8.2.4498: using <Plug> with "noremap" does not work | zeertzjq | 2022-03-03 |
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | Problem: Using <Plug> with "noremap" does not work. Solution: Always remap <Plug>. (closes vim/vim#9879, closes vim/vim#9789) https://github.com/vim/vim/commit/1fc34225acbee5ddca2b9ec3f82b3014d385b7f8 | ||
* | | | | Merge pull request #17590 from bfredl/cbfree | bfredl | 2022-03-03 |
|\ \ \ \ | |/ / / |/| | | | refactor(autocmd): simplify check for freed callback | ||
| * | | | refactor(autocmd): simplify check for freed callback | bfredl | 2022-03-03 |
|/ / / | | | | | | | | | | When a callback is freed the type is always set to kCallbackNone. | ||
* | | | Merge pull request #17584 from zeertzjq/test-pending-win32 | zeertzjq | 2022-03-03 |
|\ \ \ | | | | | | | | | test: use helpers.pending_win32(pending) in buffer_updates_spec | ||
| * | | | test: use helpers.pending_win32(pending) in buffer_updates_spec | zeertzjq | 2022-03-03 |
|/ / / | |||
* | | | Merge pull request #17583 from zeertzjq/test-old-missing | zeertzjq | 2022-03-03 |
|\ \ \ | | | | | | | | | test(old): add more missing test files and run more tests alone | ||
| * | | | test(old): add more missing test files and run more tests alone | zeertzjq | 2022-03-03 |
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Copy four files from Vim v8.2.1432. Try to match Vim's test_alot.vim. This marks Vim patch 8.2.0164 as ported: vim-patch:8.2.0164: test_alot takes too long Problem: Test_alot takes too long. Solution: Run several tests individually. https://github.com/vim/vim/commit/842931cd7af37ea95e826b7a93a5d5587d18c9bb | ||
* | | | feat(diagnostic): add "code" to the diagnostic structure (#17510) | David Shen | 2022-03-02 |
| | | | |||
* | | | Merge pull request #17579 from zeertzjq/ci-win-fail | James McCoy | 2022-03-02 |
|\ \ \ | | | | | | | | | ci: show failed message on Windows | ||
| * | | | ci: show failed message on Windows | zeertzjq | 2022-03-03 |
| | | | | |||
* | | | | Merge pull request #17571 from zeertzjq/pvs-autocmd | zeertzjq | 2022-03-03 |
|\ \ \ \ | |/ / / |/| | | | Some clang and PVS fixes | ||
| * | | | refactor(clang): dead assignment buflocal_nr = 0 | zeertzjq | 2022-03-02 |
| | | | | |||
| * | | | refactor(PVS/V547): aucmd.type == CALLABLE_NONE is always false | zeertzjq | 2022-03-02 |
| | | | | |||
| * | | | refactor(PVS/V560): ap == NULL is always false | zeertzjq | 2022-03-02 |
| | | | | |||
* | | | | Merge pull request #17578 from zeertzjq/test-warning-poke | zeertzjq | 2022-03-03 |
|\ \ \ \ | | | | | | | | | | | test: mention poke_eventloop() instead of wait() | ||
| * | | | | test: mention poke_eventloop() instead of wait() | zeertzjq | 2022-03-02 |
| |/ / / | |||
* | | | | fix(lsp): respect all of 'fixeol', 'eol', and 'binary' applying edits (#17574) | Tim Pope | 2022-03-02 |
| | | | | |||
* | | | | Merge pull request #17575 from zeertzjq/pty-did-eof | James McCoy | 2022-03-02 |
|\ \ \ \ | | | | | | | | | | | fix(pty_process_win/wait_eof_timer_cb): also check for proc->out.did_eof | ||
| * | | | | revert: "ci(windows): skip oldtest on windows until failing tests are fixed" | zeertzjq | 2022-03-02 |
| | | | | | | | | | | | | | | | | | | | | This reverts commit 07d3fb6e3b5f9f10b24103363ea7203deb336f06. | ||
| * | | | | fix(pty_process_win/wait_eof_timer_cb): also check for proc->out.did_eof | zeertzjq | 2022-03-02 |
| |/ / / | |||
* | | | | Merge pull request #17572 from bfredl/testfix | bfredl | 2022-03-02 |
|\ \ \ \ | |/ / / |/| | | | fix(test): only use buffer completion in popupmenu timer test | ||
| * | | | fix(test): only use buffer completion in popupmenu timer test | bfredl | 2022-03-02 |
|/ / / | |||
* | | | Merge pull request #16804 from zeertzjq/ui-aucmd-docs | zeertzjq | 2022-03-02 |
|\ \ \ | | | | | | | | | docs: clarify UIEnter and UILeave docs | ||
| * | | | docs: clarify UIEnter and UILeave docs | zeertzjq | 2021-12-27 |
| | | | | |||
* | | | | Merge pull request #17570 from zeertzjq/pvs-autocmd-header | zeertzjq | 2022-03-02 |
|\ \ \ \ | | | | | | | | | | | chore(PVS): add PVS header to api/autocmd.c | ||
| * | | | | chore(PVS): add PVS header to api/autocmd.c | zeertzjq | 2022-03-02 |
|/ / / / | |||
* | | | | Merge pull request #17569 from zeertzjq/test-mapping | zeertzjq | 2022-03-02 |
|\ \ \ \ | |_|_|/ |/| | | | test: move two mapping tests to ex_cmds/map_spec.lua | ||
| * | | | test: move two mapping tests to ex_cmds/map_spec.lua | zeertzjq | 2022-03-02 |
|/ / / | |||
* | | | fix: enable filetype detection and syntax highlighting with --clean (#17566) | Gregory Anders | 2022-03-01 |
| | | | | | | | | | | | | | | | --clean is supposed to emulate a "fresh install" and since Neovim enables filetype detection and syntax highlighting by default, these should be enabled when using --clean as well. | ||
* | | | Merge pull request #17542 from dundargoc/ci/skip-oldtest-on-windows | James McCoy | 2022-03-01 |
|\ \ \ | |_|/ |/| | | |||
| * | | ci(windows): skip oldtest on windows until failing tests are fixed | Dundar Göc | 2022-03-01 |
|/ / | | | | | | | The oltests hang on windows, making all CI runs fail. | ||
* | | Merge pull request #17556 from zeertzjq/remove-unused-k-aucmd-special | bfredl | 2022-03-01 |
|\ \ | | | | | | | refactor: remove unused K_AUCMD_SPECIAL | ||
| * | | refactor: remove unused K_AUCMD_SPECIAL | zeertzjq | 2022-03-01 |
| | | | |||
* | | | Merge pull request #15079 from shadmansaleh/feat/verbose_lua | bfredl | 2022-03-01 |
|\ \ \ | | | | | | | | | feat(lua): add :verbose support for lua config | ||
| * | | | fix: anonymous sid not working | shadmansaleh | 2022-02-28 |
| | | | |