summaryrefslogtreecommitdiff
path: root/autoload/ale/statusline.vim
AgeCommit message (Expand)Author
2019-02-06Update syntax checkingw0rp
2019-01-27Extend statusline interface (#2240)petpetpetpet
2018-07-04Remove deprecated code for the 2.0 releasev2.0.0w0rp
2018-05-28Indicate things to be removed in version 2.0w0rp
2018-05-28#1524 - Define global variables where they are neededw0rp
2018-03-03Satisfy my own checksw0rp
2018-03-03Add deprecation warnings for old NeoVim versions and old functionsw0rp
2017-08-13#653 Filter items based on the buffer number for problem countsw0rp
2017-08-08Ban use of ==# or ==? in the codebase, and prefer is# or is? insteadw0rp
2017-07-06Fix some bad indentationw0rp
2017-05-24#323 Document ale#statusline#Count() instead, and encourage its usew0rp
2017-05-21Fix counting of warnings and style warningsw0rp
2017-05-21#149 - Support info and style problem types for status linesw0rp
2017-02-13#274 - Fix airline integration when ALE is not loaded fullyw0rp
2017-02-09add ALEToggle command (#303)Daniel Lupu
2016-10-24Merge everything into the one global map.w0rp
2016-10-23#107 Stop jobs when buffers closew0rp
2016-10-13Make statusline initial updates more elegantBjorn Neergaard
2016-10-13Implement a more efficient statusbarBjorn Neergaard
2016-10-11Use explicit scope in the ale core, as advised by vint -sBjorn Neergaard
2016-10-10First pass at optimizing ale to autoload (#80)Bjorn Neergaard