summaryrefslogtreecommitdiff
path: root/plugin
AgeCommit message (Expand)Author
2017-01-24Add ALEInfo command to get list of available/enabled linters (#273)DiscoViking
2017-01-22Add a script for custom checks to enforce using the abort flag for functions ...w0rp
2017-01-22Add option to open loclist/quicklist when there are errors (#266)yfery
2016-11-04#159 Change the condition for checking for Vim 8 features to work better in M...w0rp
2016-10-31Improve file blacklisting to make Unite.vim not fuck up.w0rp
2016-10-30Increase the delay for linting on entering a buffer.w0rp
2016-10-26#144 - Implement commands for moving through warnings/errorsw0rp
2016-10-25#148 Do not run ALE for NERDTree or Unite.vim buffers.w0rp
2016-10-24Merge everything into the one global map.w0rp
2016-10-23#107 Stop jobs when buffers closew0rp
2016-10-13Implement a more efficient statusbarBjorn Neergaard
2016-10-12Improve the output of the tests, and fix the style issue again.w0rp
2016-10-12Add a commit with style issues.w0rp
2016-10-11Fix #87 - Allow linter filetypes to be aliasedw0rp
2016-10-11Merge pull request #95 from neersighted/typosw0rp
2016-10-11Return in the statusline compatibility function, fixing #71Bjorn Neergaard
2016-10-11Clean and reorganize flags/preferencesBjorn Neergaard
2016-10-10Fix cursor bugs.w0rp
2016-10-10First pass at optimizing ale to autoload (#80)Bjorn Neergaard
2016-10-10REVERT "#39 Use getbufline() for MacVim GUI too."w0rp
2016-10-10Minor fixes:Kabbaj Amine
2016-10-10Fix #75 - Explain that you need to update NeoVim in the plugin itself.w0rp
2016-10-10Merge remote-tracking branch 'origin/echo-string-format'w0rp
2016-10-10#39 Use getbufline() for MacVim GUI too.w0rp
2016-10-10Echo string format (#76)KabbAmine
2016-10-09#48 Store the linter name in the loclist objects for later use.w0rp
2016-10-09Correct issues with some errors appearing at line 0, not 1.w0rp
2016-10-09Fix a bug where echoing in modes like visual select caused some errors.w0rp
2016-10-09Remove some trailing whitespace.w0rp
2016-10-08Correct all Vint warningsw0rp
2016-10-08Send the buffers to the linters using getbufline() on Windows, re issue #39w0rp
2016-10-08Handle there being no process for a job better in Vim 8, re issue #39.w0rp
2016-10-08Use shortmess for shortening long echo lines instead.w0rp
2016-10-08Don't store jobs themselves in maps in Vim 8, as per issue #39.w0rp
2016-10-08Use cmd /c for Windows commands to fix a bug with running linters on Windows.w0rp
2016-10-07Add a wrapper program for running linters which cannot receive stdin input on...w0rp
2016-10-07Add support for checking Cython filesw0rp
2016-10-07Merge pull request #58 from KabbAmine/statuslinew0rp
2016-10-07Add an initial ALEGetStatusLine function with customizable output, #25Kabbaj Amine
2016-10-07Support reading from both output streams, and fix PHP error parsing, which so...w0rp
2016-10-06Skip setting of signs at line 0 and so on, to avoid any issues there.w0rp
2016-10-06Fix #42, where some linting isn't run when opening some files.w0rp
2016-10-05Fix signs to work with other languages, and create fewer dummy signsw0rp
2016-10-05Update the author line and the filenames for the GCC format pattern.w0rp
2016-10-05Simplify the IDs used for the dummy sign, so it automatically uses the config...w0rp
2016-10-05Reduce jittering for signs some more.w0rp
2016-10-05Reduce screen shaking by leaving the dummy sign in place while signs are bein...w0rp
2016-10-05Adjust the enter delay again.w0rp
2016-10-05Add a very short delay after opening a buffer for running the linter to get i...w0rp
2016-10-04Fix a bug with loading the wrong user option for warning signs.w0rp