aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | | | | | Merge pull request #17583 from zeertzjq/test-old-missingzeertzjq2022-03-03
|\ \ \ \ \ \
| * | | | | | test(old): add more missing test files and run more tests alonezeertzjq2022-03-03
|/ / / / / /
* | | | | | feat(diagnostic): add "code" to the diagnostic structure (#17510)David Shen2022-03-02
* | | | | | Merge pull request #17579 from zeertzjq/ci-win-failJames McCoy2022-03-02
|\ \ \ \ \ \
| * | | | | | ci: show failed message on Windowszeertzjq2022-03-03
* | | | | | | Merge pull request #17571 from zeertzjq/pvs-autocmdzeertzjq2022-03-03
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | refactor(clang): dead assignment buflocal_nr = 0zeertzjq2022-03-02
| * | | | | | refactor(PVS/V547): aucmd.type == CALLABLE_NONE is always falsezeertzjq2022-03-02
| * | | | | | refactor(PVS/V560): ap == NULL is always falsezeertzjq2022-03-02
* | | | | | | Merge pull request #17578 from zeertzjq/test-warning-pokezeertzjq2022-03-03
|\ \ \ \ \ \ \
| * | | | | | | test: mention poke_eventloop() instead of wait()zeertzjq2022-03-02
| |/ / / / / /
* | | | | | | fix(lsp): respect all of 'fixeol', 'eol', and 'binary' applying edits (#17574)Tim Pope2022-03-02
* | | | | | | Merge pull request #17575 from zeertzjq/pty-did-eofJames McCoy2022-03-02
|\ \ \ \ \ \ \
| * | | | | | | revert: "ci(windows): skip oldtest on windows until failing tests are fixed"zeertzjq2022-03-02
| * | | | | | | fix(pty_process_win/wait_eof_timer_cb): also check for proc->out.did_eofzeertzjq2022-03-02
| |/ / / / / /
* | | | | | | Merge pull request #17572 from bfredl/testfixbfredl2022-03-02
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | fix(test): only use buffer completion in popupmenu timer testbfredl2022-03-02
|/ / / / / /
* | | | | | Merge pull request #16804 from zeertzjq/ui-aucmd-docszeertzjq2022-03-02
|\ \ \ \ \ \
| * | | | | | docs: clarify UIEnter and UILeave docszeertzjq2021-12-27
* | | | | | | Merge pull request #17570 from zeertzjq/pvs-autocmd-headerzeertzjq2022-03-02
|\ \ \ \ \ \ \
| * | | | | | | chore(PVS): add PVS header to api/autocmd.czeertzjq2022-03-02
|/ / / / / / /
* | | | | | | Merge pull request #17569 from zeertzjq/test-mappingzeertzjq2022-03-02
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | test: move two mapping tests to ex_cmds/map_spec.luazeertzjq2022-03-02
|/ / / / / /
* | | | | | fix: enable filetype detection and syntax highlighting with --clean (#17566)Gregory Anders2022-03-01
* | | | | | Merge pull request #17542 from dundargoc/ci/skip-oldtest-on-windowsJames McCoy2022-03-01
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | ci(windows): skip oldtest on windows until failing tests are fixedDundar Göc2022-03-01
|/ / / / /
* | | | | Merge pull request #17556 from zeertzjq/remove-unused-k-aucmd-specialbfredl2022-03-01
|\ \ \ \ \
| * | | | | refactor: remove unused K_AUCMD_SPECIALzeertzjq2022-03-01
* | | | | | Merge pull request #15079 from shadmansaleh/feat/verbose_luabfredl2022-03-01
|\ \ \ \ \ \
| * | | | | | fix: anonymous sid not workingshadmansaleh2022-02-28
| * | | | | | feat(lua): show proper verbose output for lua configurationshadmansaleh2022-02-28
* | | | | | | fix(api): include event in get_autocmds (#17553)Christian Clason2022-03-01
* | | | | | | Merge pull request #17557 from zeertzjq/clarify-plugzeertzjq2022-03-01
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | docs: clarify actual behavior of <Plug>zeertzjq2022-03-01
|/ / / / / /
* | | | | | Merge pull request #17551 from bfredl/lua_autocmd_rebasebfredl2022-02-28
|\ \ \ \ \ \
| * | | | | | feat(lua): add missing changes to autocmds lost in the rebaseTJ DeVries2022-02-28
|/ / / / / /
* | | | | | Merge pull request #17529 from seandewar/api-string-oopsiebfredl2022-02-28
|\ \ \ \ \ \
| * | | | | | fix(api): convert blob to NUL-terminated API stringSean Dewar2022-02-26
* | | | | | | Merge pull request #17476 from dundargoc/test/emmyluazeertzjq2022-02-28
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | test: correct emmylua annotationsDundar Göc2022-02-20
* | | | | | | Merge pull request #17544 from r0x0d/update-readme-for-fedora-linkzeertzjq2022-02-28
|\ \ \ \ \ \ \
| * | | | | | | docs: fix fedora broken link in readmeRodolfo Olivieri2022-02-27
|/ / / / / / /
* | | | | | | Merge pull request #14661 from tjdevries/tjdevries/lua_autocmd_v2bfredl2022-02-28
|\ \ \ \ \ \ \
| * | | | | | | feat(lua): add api and lua autocmdsTJ DeVries2022-02-27
|/ / / / / / /
* | | | | | | feat(lua): add <f-args> to user commands callback (#17522)Javier Lopez2022-02-27
* | | | | | | Merge pull request #16969 from shadmansaleh/enhance/ingore_nore_on_plug_keymapsbfredl2022-02-27
|\ \ \ \ \ \ \
| * | | | | | | chore: remove <Plug> detection from vim.keymapshadmansaleh2022-02-27
| * | | | | | | feat: ignore nore on <Plug> mapsshadmansaleh2022-02-27
* | | | | | | | Merge pull request #17540 from jamessan/luv-bump-fixJames McCoy2022-02-27
|\ \ \ \ \ \ \ \
| * | | | | | | | ci(lint): re-add building of third-partyJames McCoy2022-02-27