summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-08-02Disable HHAST by defaultFred Emmott
it executes $PROJECT/vendor/bin/hhast, so that's not a good idea.
2018-08-02Fall back on flags for other C/C++ files in the same directoryw0rp
2018-08-02Include the error in the detailed error message in the GCC handlerw0rp
2018-08-02Suggested changesFred Emmott
2018-08-02Add 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-02Javascript prettier filetype detect fix (#1769)Paul Reimer
Support fixing YAML and HTML files with prettier for files without file extensions.
2018-08-02coding styleFred Emmott
2018-08-02Fix the failing tsserver testw0rp
2018-08-02Update suggested filetypes for hackfmtFred Emmott
2018-08-02Split Hack out from PHP, modernizeFred 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-02Merge pull request #1771 from fredemmott/lspw0rp
Show LSP diagnostic codes for `%code%` in message formats
2018-08-02Add test for LSP code of -1Fred Emmott
2018-08-02Improved documentation for `code` loclist item fieldFred Emmott
2018-08-02Handle LSP codes for `%code%` in message formatsFred Emmott
fixes #1767
2018-08-02Merge pull request #1776 from tmc/masterw0rp
python: add lookup path for flake8 config
2018-08-01python: add lookup path for flake8 configTravis Cline
2018-08-01Add a type check for the error data from LSP serversw0rp
2018-08-01Merge pull request #1774 from polyzen/rust-runtime-docsw0rp
doc/rust: rust.vim distributed w/ Vim>=8.0.0501
2018-08-01Merge pull request #1775 from polyzen/patch-1w0rp
contrib: Fix link to ale-development.txt
2018-08-01contrib: Fix link to ale-development.txtDaniel M. Capella
2018-08-01doc/rust: rust.vim distributed w/ Vim>=8.0.0501Daniel M. Capella
https://github.com/vim/vim/commit/3c2881dc1195f53ebafc387378399ddd6cb677a7
2018-07-31#1700 - Mention how to work around the completeopt bug in the documentationw0rp
2018-07-30Indicate that a C compiler failed due to problems in a header filew0rp
2018-07-29Try to fix the C parsing test on Windowsw0rp
2018-07-29Add support for parsing compile_commands.json files for C compilersw0rp
2018-07-27Mention v:t_TYPE variables in the developer documentationw0rp
2018-07-26#1700 - Try using a 0ms timer showing the completion menuw0rp
2018-07-26Merge pull request #1762 from actionless/vulture-docw0rp
mark `vulture` as file linter
2018-07-26fix(linters: python): mark as lint_fileactionless
2018-07-26doc: mark `vulture` as file linteractionless
2018-07-26Add support for 'vulture' for PythonYauhen Kirylau
2018-07-25Merge pull request #1757 from jtalowell/masterw0rp
Providing cquery support for C files
2018-07-25Merge pull request #1760 from morrifeldman/patch-1w0rp
Fix joker finding .joker file in project root
2018-07-25Fix joker finding .joker filemorrifeldman
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-25Fix #1758 - Set marks before going to definitionsw0rp
2018-07-25Merge pull request #1539 from JonnyRa/jump-list-fixw0rp
set marks to add to jump list
2018-07-25Providing cquery support for C filesjtalowell
2018-07-25Switch to v:t_ variables for type checksw0rp
2018-07-25Ignore a shellcheck warning for custom linting rulesw0rp
2018-07-24Update the developer documentationw0rp
2018-07-24#1754 Require snake_case names for linters in the codebasew0rp
2018-07-23Try Vim 8.0 and 8.1 in separate jobsw0rp
2018-07-23Try 3 builds on Travis CIw0rp
2018-07-23Split Vim and Neovim tests into separate buildsw0rp
2018-07-23Just remove the .git directory test for noww0rp
2018-07-23Skip the one failing test on Windowsw0rp
2018-07-23Make the test C import path test fail lessw0rp
2018-07-23Get tests to pass in Vim 8.1w0rp
2018-07-23Merge pull request #1745 from sharils/masterw0rp
Work around hot-reloading issue again