summaryrefslogtreecommitdiff
path: root/autoload
AgeCommit message (Collapse)Author
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-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-25Switch to v:t_ variables for type checksw0rp
2018-07-24#1754 Require snake_case names for linters in the codebasew0rp
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-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-22Check LSP capabilities before using themw0rp
2018-07-19Capture server capabilities from LSP serversw0rp
2018-07-17Fix #1708 - Don't modify linters or register fixers in the sandboxw0rp
2018-07-17#1700 - Don't send <C-x><C-o> for completion in Insert modew0rp
2018-07-17Fix #1619 - Rewrite lint on enter events so they behave betterw0rp
2018-07-16#1700 - Stop handling completion results if you leave insert modew0rp
2018-07-16Only temporarily replace TMPDIR if it's defined to be an empty stringw0rp
2018-07-15unlet $TMPDIR too, where we canw0rp
2018-07-15Fix #1687 - Parse highlights when verbose > 0w0rp
2018-07-15Merge pull request #1724 from randrej/masterw0rp
Pipenv virtualenv and project path detection
2018-07-15Massively reduce the amount of code needed for linter testsw0rp
2018-07-14Detect Python proj. roots by PipfileAndrej Radovic
"Pipfile" and "Pipfile.lock" files are also often located in Python module or package directories and their presence is an okay heuristic for finding project roots.
2018-07-14Added the default local virtualenv name for Pipenv.Andrej Radovic
Pipenv doesn't do local virtualenvs by default, it uses a special local directory to store them all. However, if you run Pipenv with the PIPENV_VENV_IN_PROJECT environment variable set to 1, it creates the virtual environment in the root of the project, under the name ".venv". This is why I've added this as a possible virtualenv dir name.
2018-07-13Handle linter callback functions being unknown or deletedw0rp
2018-07-13Support strings in data field of error responsesMTDL9
2018-07-12Fix #1716 - Replace tempdir() with a wrapper to preserve TMPDIRw0rp
2018-07-12Remove an unused variablew0rp
2018-07-11Update the sandbox test now that functions can be defined in the sandboxw0rp
2018-07-06Add an AssertLinter command for testsw0rp
2018-07-05Fix command formatting for LSP lintersw0rp
2018-07-05Support formatting escaped executable names into commands with %ew0rp
2018-07-05Merge pull request #1698 from dsifford/dsifford-isort-optionsw0rp
add options variable to isort
2018-07-04address code review issuesDerek P Sifford
2018-07-05Optimise ale#Set slightlyw0rp
2018-07-04Optimise ale#Var a littlew0rp
2018-07-04add options variable to isortDerek P Sifford
2018-07-04Make the language option for LSP linters optionalw0rp
2018-07-04Close #1690 - Respect the preview setting for completeoptw0rp
2018-07-04Remove deprecated code for the 2.0 releasev2.0.0w0rp
2018-07-03#1524 Avoid loading cursor code until engine code has been loadedw0rp
2018-07-03Close #830 - Implement LSP connections via TCP socketsw0rp
2018-07-03#830 Make the LSP socket code so far use the new socket APIw0rp
2018-07-02#830 Implement a socket wrapper API for use with LSP connectionsw0rp
2018-07-01Added dartfmt fixer (#1683)Govind KP
* Added dartfmt to Fixers * Added dartfmt specific documentation
2018-06-28Get tests running and passing with NeoVim 0.2 and 0.3w0rp
2018-06-24Close #1453 #1172 - Add ale_linters_ignore for ignoring linter resultsw0rp
2018-06-23Merge pull request #1673 from meain/fixer-tidyw0rp
Add fixer tidy for HTML
2018-06-23Add fixer tidy for HTMLAbin Simon
Add tests for tidy HTML fixer