summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2018-07-23Fix autoload for phoenixsharils
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-23Skip tests for Vim 8.1 for noww0rp
2018-07-23#1751 Handle LSP completion results without the 'kind' attributew0rp
2018-07-22Make the completion events test fail lessw0rp
2018-07-22Update the Dockerfile to test with a newer version of Vimt toow0rp
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
Add Clangd language server support for C
2018-07-22Add Clangd language server support for CAndrey Melentyev
2018-07-22Check LSP capabilities before using themw0rp
2018-07-22Merge pull request #1750 from kylef/kylef/apib-tmpw0rp
Make drafter linter use stdin instead of writing to tmp file
2018-07-22Make drafter linter use stdin instead of writing to tmp fileKyle Fuller
Writing to a tmp file is unnecessary as drafter will use stdin if a path is not provided.
2018-07-22Merge pull request #1742 from typetetris/masterw0rp
Add cabal-ghc linter
2018-07-22Move README.md backw0rp
2018-07-22Revert "Update the tests to check README.md in the new location"w0rp
This reverts commit 6c10be8992b9a54e83bab58838c1553d36028c7e.
2018-07-22Update the tests to check README.md in the new locationw0rp
2018-07-22Move GitHub files to the .github directoryw0rp
2018-07-20Merge pull request #1736 from unpairedbracket/masterw0rp
Add support for Fortran language server by @hansec
2018-07-20Fix #1631 - Disable balloon support for terminals by defaultw0rp
2018-07-20Add cabal-ghc linterEric Wolf
cabal-ghc calls ghc via cabal exec and so ghc has access to packages in cabal sandboxes for example