summaryrefslogtreecommitdiff
path: root/autoload
AgeCommit message (Collapse)Author
2017-06-25#665 - Replace the nomodified line with :w!w0rp
2017-06-25Fix #665 - Stop prompts appearing when fixing files on savew0rp
2017-06-25Fix #684 - Use the JSON format for tslint, for consistency betwen versions, ↵w0rp
and handling of end line and column numbers
2017-06-24Added builddir option to clang-tidy to point to json folder (#688)Gagbo
Detect compille_commands.json files for clang-tidy
2017-06-24#681 Show extra kotlin errors at line 1w0rp
2017-06-24Fix #687 - Check files on enter if they have changedw0rp
2017-06-22Fix #677 - Ignore errors from other files for cppcheckw0rp
2017-06-22Fix #676 - Fix handling of Perl errorsw0rp
2017-06-21Fix some escaping and make some tests set filenames consistentlyw0rp
2017-06-20Print messages about imports used when modules are turned offw0rp
2017-06-20Fix #668 - Support eslint for TypeScriptw0rp
2017-06-20Fix #667 - Do not add extra blank lines for ↵w0rp
add_blank_lines_for_python_control_statements
2017-06-18Fix #658 - Clear highlights for all problem typesw0rp
2017-06-18Fix #661 - Fix line highlights for style errors and warningsw0rp
2017-06-18#659 - Add options for Python fixers, and cut down on duplicated documentationw0rp
2017-06-15Fix for Crystal support (#651)David Alexander
* Strip color from Crystal compiler output * Don't lint files if the file doesn't exist * Lint files if they are readable
2017-06-14Fix #536 - Implement linter problem type re-mappingw0rp
2017-06-14Fix #649 - Support tsserver linting for NeoVimw0rp
2017-06-14#649 Output the tsserver command in ALEInfow0rp
2017-06-14Split up the flake8 and ansible-lint handlersw0rp
2017-06-14Simplify the code for escaping strings for Windowsw0rp
2017-06-14#538 - Set some end column indexes for flake8w0rp
2017-06-13Merge branch 'tsserver'w0rp
2017-06-13Handle LSP responses for different files more consistentlyw0rp
2017-06-13Include package.json in eslint configuration filesw0rp
2017-06-09Add tsserver supportw0rp
2017-06-08Experimental code for showing results as soon as each linter completesw0rp
2017-06-08#517 Support linter settings needed for LSP, undocumented for noww0rp
2017-06-08Fix #635 - Cancel previous jobs for fixing files when fixing files againw0rp
2017-06-07Put ve-py3 before ve, so Python 3 executables will be preferredw0rp
2017-06-07Search python fixers in virtual environment (#632)José Luis Lafuente
* Search python fixers in virtual environment * Add tests for python fixers
2017-06-07Add support for generating essential tsserver messagesw0rp
2017-06-07Fix function nameJosé Luis Lafuente
2017-06-07Fix #631 - Fix some bad function namesw0rp
2017-06-07Fix #630 - Initialize Prettier optionsw0rp
2017-06-07Move all functions for fixing things to autoload/ale/fixers, and only accept ↵w0rp
the lines of input where needed.
2017-06-07Merge pull request #628 from mziab/fix-stylelint-handlerw0rp
Fixed stylelint not catching all errors.
2017-06-07Fix a bug which breaks the testsw0rp
2017-06-06Allow ALEFix functions to be defined with only the buffer argumentw0rp
2017-06-06Add a function for computing the number of arguments for a functionw0rp
2017-06-06Fixed stylelint not catching all errors.Michał Ziąbkowski
The original regex failed to account for short lines being padded to the length of the longest error.
2017-06-06#482 - Fix Flow handling with relative pathsw0rp
2017-06-06Fix #461 - Allow multiple loclist windows to be opened, and replace some ↵w0rp
split windows
2017-06-06Simplify job cleanup codew0rp
2017-06-06Complain about incorrect uses of expand('%...')w0rp
2017-06-05Stop errors being generated when jobs are removed from the Dictionary before ↵w0rp
callbacks fire
2017-06-03Add :ALEFirst and :ALELast commands (#616)Drew Neil
* Add :ALEFirst and :ALELast commands * Add documentation for ALEFirst and ALELast commands * Add tests for ale#loclist_jumping#JumpToIndex() * Fix the loclist jumping tests
2017-06-02#574 Do not restore items with no columns for highlights from hidden buffersw0rp
2017-06-01Fix #499 Set an explicit height for the quickfix list, and make the height ↵w0rp
configurable
2017-05-31Set qflist/loclist window title properly ... (#588)cs86661
* Update list.vim Set qflist/loclist window title properly ... * Update list.vim 1. Remove redundant code. 2. Get absolute path from 'a:buffer'. * Set the list window titles appropriately for each version of Vim, and add tests