| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-07-04 | Use stylua for autoformat code (#1480) | Santos Gallegos | |
| 2021-04-15 | remove developer mode error message | Daniel Bendel | |
| 2021-04-15 | split is_github_or_gitlab again | Daniel Bendel | |
| 2021-04-15 | remove single-branch and branch arguments on git call | Daniel Bendel | |
| 2021-04-15 | fix undefined variable | Daniel Bendel | |
| 2021-04-15 | a little less variables :) | Daniel Bendel | |
| 2021-04-15 | removed core.symlinks=true from git call | Daniel Bendel | |
| 2021-04-15 | use utils.join_path | AdnoC | |
| 2021-04-15 | use locked revision when downloading via git | AdnoC | |
| 2021-04-15 | fix windows check | AdnoC | |
| 2021-04-15 | style | AdnoC | |
| 2021-04-15 | Do not use builtin tar on Windows | AdnoC | |
| Several parsers (typescript and ocaml specifically) contain symlinks in their repo. The tar built into Windows cannot handle them. So, on Windows just use git to download parsers. | |||
| 2021-03-04 | Add Windows support for cl.exe | Jozef Grajciar | |
| Co-authored-by: Stephan Seitz <stephan.seitz@fau.de> | |||
| 2021-03-02 | Fix: Allow repo.url to end in ".git" | Stephan Seitz | |
| 2021-03-02 | Fix #972: Add tar-download support for Gitlab | Stephan Seitz | |
| 2021-02-27 | chore: remove useless code and indent files | kiyan | |
| 2020-12-12 | Add fix for vim.fn.executable(vim.NIL) | Stephan Seitz | |
| This might be a hard error in future: https://github.com/neovim/neovim/issues/13485 https://github.com/vim/vim/commit/7bb4e74c38642682cfdd0cb4052adfa5efdd7dd1 | |||
| 2020-10-06 | Code Refactor | Suhas Hebbar | |
| - Move select_* function to shell_command_selectors.lua. - Rename select_args to select_compiler_args. | |||
