Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-02 | Include the error in the detailed error message in the GCC handler | w0rp | |
2018-08-02 | Suggested changes | Fred Emmott | |
2018-08-02 | Add Haskell IDE Engine (hie) support (#1735) | Luxed | |
* Adding support for haskell-ide-engine * Work with the current directory if no stack.yaml file is found * Added Cabal file detection, updated documentation and added tests * Updated help | |||
2018-08-02 | Javascript prettier filetype detect fix (#1769) | Paul Reimer | |
Support fixing YAML and HTML files with prettier for files without file extensions. | |||
2018-08-02 | coding style | Fred Emmott | |
2018-08-02 | Fix the failing tsserver test | w0rp | |
2018-08-02 | Update suggested filetypes for hackfmt | Fred Emmott | |
2018-08-02 | Split Hack out from PHP, modernize | Fred Emmott | |
fixes #1738 - Replace previous `hh_client` usage with LSP client - Add `HHAST` linter - Split Hack from PHP: Hack is increasingly diverging from PHP: - Hack tools do not understand PHP - Most PHP tools do not handle Hack code well (including vim's syntax highightling files) - http://github.com/hhvm/vim-hack now sets filetype to `hack` | |||
2018-08-02 | Merge pull request #1771 from fredemmott/lsp | w0rp | |
Show LSP diagnostic codes for `%code%` in message formats | |||
2018-08-02 | Add test for LSP code of -1 | Fred Emmott | |
2018-08-02 | Improved documentation for `code` loclist item field | Fred Emmott | |
2018-08-02 | Handle LSP codes for `%code%` in message formats | Fred Emmott | |
fixes #1767 | |||
2018-08-02 | Merge pull request #1776 from tmc/master | w0rp | |
python: add lookup path for flake8 config | |||
2018-08-01 | python: add lookup path for flake8 config | Travis Cline | |
2018-08-01 | Add a type check for the error data from LSP servers | w0rp | |
2018-08-01 | Merge pull request #1774 from polyzen/rust-runtime-docs | w0rp | |
doc/rust: rust.vim distributed w/ Vim>=8.0.0501 | |||
2018-08-01 | Merge pull request #1775 from polyzen/patch-1 | w0rp | |
contrib: Fix link to ale-development.txt | |||
2018-08-01 | contrib: Fix link to ale-development.txt | Daniel M. Capella | |
2018-08-01 | doc/rust: rust.vim distributed w/ Vim>=8.0.0501 | Daniel M. Capella | |
https://github.com/vim/vim/commit/3c2881dc1195f53ebafc387378399ddd6cb677a7 | |||
2018-07-31 | #1700 - Mention how to work around the completeopt bug in the documentation | w0rp | |
2018-07-30 | Indicate that a C compiler failed due to problems in a header file | w0rp | |
2018-07-29 | Try to fix the C parsing test on Windows | w0rp | |
2018-07-29 | Add support for parsing compile_commands.json files for C compilers | w0rp | |
2018-07-27 | Mention v:t_TYPE variables in the developer documentation | w0rp | |
2018-07-26 | #1700 - Try using a 0ms timer showing the completion menu | w0rp | |
2018-07-26 | Merge pull request #1762 from actionless/vulture-doc | w0rp | |
mark `vulture` as file linter | |||
2018-07-26 | fix(linters: python): mark as lint_file | actionless | |
2018-07-26 | doc: mark `vulture` as file linter | actionless | |
2018-07-26 | Add support for 'vulture' for Python | Yauhen Kirylau | |
2018-07-25 | Merge pull request #1757 from jtalowell/master | w0rp | |
Providing cquery support for C files | |||
2018-07-25 | Merge pull request #1760 from morrifeldman/patch-1 | w0rp | |
Fix joker finding .joker file in project root | |||
2018-07-25 | Fix joker finding .joker file | morrifeldman | |
Add --working-dir option so joker can find a .joker file in the project root directory. | |||
2018-07-25 | #1700 - Temporarily change completion options when the feedkeys() keybind is ↵ | w0rp | |
fired | |||
2018-07-25 | Fix #1758 - Set marks before going to definitions | w0rp | |
2018-07-25 | Merge pull request #1539 from JonnyRa/jump-list-fix | w0rp | |
set marks to add to jump list | |||
2018-07-25 | Providing cquery support for C files | jtalowell | |
2018-07-25 | Switch to v:t_ variables for type checks | w0rp | |
2018-07-25 | Ignore a shellcheck warning for custom linting rules | w0rp | |
2018-07-24 | Update the developer documentation | w0rp | |
2018-07-24 | #1754 Require snake_case names for linters in the codebase | w0rp | |
2018-07-23 | Try Vim 8.0 and 8.1 in separate jobs | w0rp | |
2018-07-23 | Try 3 builds on Travis CI | w0rp | |
2018-07-23 | Split Vim and Neovim tests into separate builds | w0rp | |
2018-07-23 | Just remove the .git directory test for now | w0rp | |
2018-07-23 | Skip the one failing test on Windows | w0rp | |
2018-07-23 | Make the test C import path test fail less | w0rp | |
2018-07-23 | Get tests to pass in Vim 8.1 | w0rp | |
2018-07-23 | Merge pull request #1745 from sharils/master | w0rp | |
Work around hot-reloading issue again | |||
2018-07-23 | Fix autoload for phoenix | sharils | |
When dializer isn't a dependency, mix dialyzer recompiles the whole project because it's not possible to know if this command dialyzer exist or not until recompilation is done. Then the timestamps of the project is messed up which results in broken hot-loading. In this case, mix help dialyzer would return zero which prevents compilation of the whole project since dialyzer isn't installed, it's help manual doesn't exist. When dialyzer is a dependency, mix dialyzer would just run the command. In this case, mix help dialyzer would return 1 which allows mix dialyzer to run. | |||
2018-07-23 | Skip tests for Vim 8.1 for now | w0rp | |