Age | Commit message (Expand) | Author |
2017-06-07 | Move all functions for fixing things to autoload/ale/fixers, and only accept ... | w0rp |
2017-06-07 | Merge pull request #628 from mziab/fix-stylelint-handler | w0rp |
2017-06-07 | Fix a bug which breaks the tests | w0rp |
2017-06-06 | Allow ALEFix functions to be defined with only the buffer argument | w0rp |
2017-06-06 | Add a function for computing the number of arguments for a function | w0rp |
2017-06-06 | Fixed stylelint not catching all errors. | Michał Ziąbkowski |
2017-06-06 | #482 - Fix Flow handling with relative paths | w0rp |
2017-06-06 | Fix #461 - Allow multiple loclist windows to be opened, and replace some spli... | w0rp |
2017-06-06 | Simplify job cleanup code | w0rp |
2017-06-06 | Complain about incorrect uses of expand('%...') | w0rp |
2017-06-05 | Stop errors being generated when jobs are removed from the Dictionary before ... | w0rp |
2017-06-03 | Add :ALEFirst and :ALELast commands (#616) | Drew Neil |
2017-06-02 | #574 Do not restore items with no columns for highlights from hidden buffers | w0rp |
2017-06-01 | Fix #499 Set an explicit height for the quickfix list, and make the height co... | w0rp |
2017-05-31 | Set qflist/loclist window title properly ... (#588) | cs86661 |
2017-05-31 | Fix #537 - Add support for balloons | w0rp |
2017-05-31 | Fix #557 - Detect C project roots and include root directories with headers, ... | w0rp |
2017-05-31 | Include span label in rust lints (#601) | Jon Gjengset |
2017-05-31 | Fix #596 - Report exceptions thrown by flake8 | w0rp |
2017-05-31 | Include location list end column for rust lint (#602) | Jon Gjengset |
2017-05-31 | Fix #604 - Support highlights spanning many lines | w0rp |
2017-05-31 | #604 Add a function for creating positions needed for supporting highlights a... | w0rp |
2017-05-31 | #604 Change match_id to match_id_list, for future highlights spanning more th... | w0rp |
2017-05-31 | make prettier options enabled | Shunsuke Watanabe |
2017-05-30 | #591 Store buffer variables when fixing filess, and read them back in ale#Var | w0rp |
2017-05-30 | #591 Support fixing files on save | w0rp |
2017-05-30 | go: Remove `staticcheck` and `go build` defaults | Daniele Sluijters |
2017-05-30 | Refactor ALEFix code for work on events and tests to come | w0rp |
2017-05-28 | Add untested code for searching for C and C++ headers in basic projects | w0rp |
2017-05-27 | Fix ALEInfo and some test issues | w0rp |
2017-05-27 | Fix #500 - Support defining aliases for linter names | w0rp |
2017-05-27 | Fix #584 - Fix Neovim line handling issues | w0rp |
2017-05-27 | Support both prettier and prettier-eslint | w0rp |
2017-05-27 | feat(fixer): add Prettier fixer (using Prettier-ESLint CLI) + docs | tunnckoCore |
2017-05-27 | Refactor running of local Node programs with a helper function | w0rp |
2017-05-27 | Fix file name checking in rust handler (#581) | Agata Naomichi |
2017-05-26 | Fix #577 Add an option preventing linting of large files | w0rp |
2017-05-26 | Fix #371 Allow ALE to be disabled in different buffers | w0rp |
2017-05-26 | #371 Allow buffer variables to be set based on patterns | w0rp |
2017-05-26 | Fix #549 - escape strings more appropriately for use with cmd /c | w0rp |
2017-05-25 | Automatically use eslint_d for eslint, when available | w0rp |
2017-05-25 | Simplify the sandbox check, to save on execution time | w0rp |
2017-05-24 | #323 Document ale#statusline#Count() instead, and encourage its use | w0rp |
2017-05-23 | #572 Handle cleared SignColumn highlights too | w0rp |
2017-05-22 | Add a fixer for Python for automatically adding blank lines before control st... | w0rp |
2017-05-22 | Fix initialization of the use_global variable for eslint | w0rp |
2017-05-22 | Fix #572 - Link to whatever SignColumn links to for ALESignColumnWithoutErrors | w0rp |
2017-05-21 | #309 Add an option for changing the sign column color when problems are detected | w0rp |
2017-05-21 | #318 Do not capitalize the first character for cursor messages | w0rp |
2017-05-21 | #149 - Set different highlights for info, style error, and style warning prob... | w0rp |