aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Merge pull request #13275 from janlazo/vim-8.1.0805Matthieu Coudron2020-11-14
|\
| * vim-patch:8.1.0805: too many #ifdefsJan Edmund Lazo2020-11-12
| * vim-patch:8.1.0810: too many #ifdefsJan Edmund Lazo2020-11-12
| * vim-patch:8.1.0809: too many #ifdefsJan Edmund Lazo2020-11-12
| * vim-patch:8.1.0806: too many #ifdefsJan Edmund Lazo2020-11-12
| * vim-patch:8.1.0811: too many #ifdefsJan Edmund Lazo2020-11-12
* | Merge pull request #12698 from erw7/fix-popupmenu-with-rlJan Edmund Lazo2020-11-13
|\ \
| * | ui: fix problem with the popupmenu when rightleft is seterw72020-07-31
* | | Merge pull request #13287 from jamessan/github-actionsJames McCoy2020-11-13
|\ \ \
| * | | README: Replace Travis CI badge with GH Linux CIJames McCoy2020-11-13
| * | | GHA: Invalidate cache if cmake files or third-party/ changeJames McCoy2020-11-13
| * | | ci: Rename travis_fold to ci_fold and add GHA supportJames McCoy2020-11-13
| * | | ci/before_script.sh: Remove early exit for lint jobJames McCoy2020-11-13
| * | | GHA: Update cache directory if all steps succeededJames McCoy2020-11-13
| * | | GHA: Include ccache output in cacheJames McCoy2020-11-13
| * | | GHA: Skip tests that fail due to actions/runner#241James McCoy2020-11-13
| * | | GHA: Add ~/.local/bin to $PATHJames McCoy2020-11-13
| * | | GHA: Add lint job to Linux workflowJames McCoy2020-11-13
| * | | Add Linux ASAN GitHub ActionJames McCoy2020-11-13
| * | | build: Rename TRAVIS_BUILD_DIR to CI_BUILD_DIRJames McCoy2020-11-13
| * | | build: Rename TRAVIS_CI_BUILD variable to CI_BUILDJames McCoy2020-11-13
| | |/ | |/|
* | | feat(lua): improve error message to make it actionable (#13276)Alvaro Muñoz2020-11-13
* | | doc: fixup sign information (#13281)TJ DeVries2020-11-13
* | | lsp: vim.lsp.diagnostic (#12655)TJ DeVries2020-11-12
|/ /
* | Merge pull request #13273 from janlazo/vim-8.2.1972Jan Edmund Lazo2020-11-11
|\ \
| * | vim-patch:8.2.1973: finding a patch number can be a bit slowJan Edmund Lazo2020-11-11
| * | vim-patch:8.2.1972: crash when recreating nested foldJan Edmund Lazo2020-11-11
* | | Merge pull request #11996 from georg3tom/remove_restrictedBjörn Linse2020-11-11
|\ \ \ | |/ / |/| |
| * | Removed restricted mode - Fix #11972georg3tom2020-11-11
|/ /
* | options.lua: add short descriptions (#6288)Matthieu Coudron2020-11-11
* | Merge pull request #13266 from jamessan/pvs-checkJames McCoy2020-11-10
|\ \
| * | Add PVS comment to new source filesJames McCoy2020-11-10
| * | pvs: Exclude xdiff from analysis and comment mungingJames McCoy2020-11-10
| * | Use the free PVS-Studio licenseJames McCoy2020-11-10
|/ /
* | Merge pull request #13263 from jamessan/tree-sitter-detectJames McCoy2020-11-09
|\ \
| * | Align naming of FindTreeSitter cmake file and variablesJames McCoy2020-11-09
* | | Update the differences with Vim. (#13239)Yegappan Lakshmanan2020-11-09
* | | Merge pull request #13244 from tk-shirasaka/fix/multigrid-click-foldcolumnMatthieu Coudron2020-11-10
|\ \ \ | |/ / |/| |
| * | Fix alignment issueShirasaka2020-11-10
| * | Add test case for fold on multigridshirasaka2020-11-09
| * | ui: Fix click on foldcolumn when ext_multigrid is enabledShirasaka2020-11-09
* | | Merge pull request #13205 from romgrk/add-bufmodified-autocmdBjörn Linse2020-11-09
|\ \ \
| * | | test: update BufModifiedSet to be paranoidRom Grk2020-11-09
| * | | fix: address issues for BufModifiedSetRom Grk2020-11-09
| * | | doc: add BufModifiedSetRom Grk2020-11-07
| * | | test: fix BufModifiedSetRom Grk2020-11-07
| * | | tests: add functional test for BufModifiedSetRom Grk2020-11-07
| * | | fix: finish renaming to BufModifiedSetRom Grk2020-11-07
| * | | fix: rename to BufModifiedSetRom Grk2020-11-07
| * | | feat: implement BufModified autocmdRom Grk2020-11-07