summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2018-08-23Remove "go env" from gobuild linterMartin Tournoij
2018-08-20Merge pull request #1815 from fredemmott/lsp-related-informationw0rp
2018-08-16Fix #1816 - Fix a type error in the initialize message handlerw0rp
2018-08-16feat: add ale_go_govet_options variabletyru
2018-08-15Correct related information line numbers from 0-based to 1-basedFred Emmott
2018-08-15Test file was the wrong way aroundFred Emmott
2018-08-15Better formattingFred Emmott
2018-08-15Use new-ish LSP 'relatedInformation' field for :ALEDetailFred Emmott
2018-08-12Merge pull request #1806 from jimenezrick/fix-rustc-linterw0rp
2018-08-10Fix #1684: Use the correct flag name in rustc linterRicardo Catalinas Jiménez
2018-08-10Merge pull request #1802 from flybayer/fix-prettier-dw0rp
2018-08-10Merge pull request #1793 from kodemeister/cqueryw0rp
2018-08-10Revert "#1459 Always run ESLint in the directory of the file being checked"w0rp
2018-08-09fix: Don't use error output from prettier_d for fixing filesBrandon Bayer
2018-08-09#1459 Always run ESLint in the directory of the file being checkedw0rp
2018-08-09Add C/C++ tests for cquery LSP linterkodemeister
2018-08-07Update tests in response to changes in #1797.Bradford Larsen
2018-08-07Update tests in response to changes in #1797.Bradford Larsen
2018-08-03Add support for yang-lspDavid Hotham
2018-08-03Fix #1781 - Fix me breaking the tsserver linterw0rp
2018-08-03Fix the Windows testsw0rp
2018-08-02Simplify the code for most linters and tests with closuresw0rp
2018-08-02Merge pull request #1770 from fredemmott/hackw0rp
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
2018-08-02Javascript prettier filetype detect fix (#1769)Paul Reimer
2018-08-02Fix the failing tsserver testw0rp
2018-08-02Split Hack out from PHP, modernizeFred Emmott
2018-08-02Add test for LSP code of -1Fred Emmott
2018-08-02Handle LSP codes for `%code%` in message formatsFred Emmott
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-26#1700 - Try using a 0ms timer showing the completion menuw0rp
2018-07-26Add support for 'vulture' for PythonYauhen Kirylau
2018-07-25#1700 - Temporarily change completion options when the feedkeys() keybind is ...w0rp
2018-07-25Switch to v:t_ variables for type checksw0rp
2018-07-25Ignore a shellcheck warning for custom linting rulesw0rp
2018-07-24#1754 Require snake_case names for linters in the codebasew0rp
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-23#1751 Handle LSP completion results without the 'kind' attributew0rp
2018-07-22Make the completion events test fail lessw0rp
2018-07-22Remove the redundant fix_buffer_data vars and filename variablesw0rp
2018-07-22#1692 - Only send completion requests to the first server supporting themw0rp
2018-07-22Merge pull request #1751 from melentye/masterw0rp
2018-07-22Add Clangd language server support for CAndrey Melentyev