summaryrefslogtreecommitdiff
path: root/autoload
AgeCommit message (Expand)Author
2017-04-18Add a function for getting matches, and use it to simplify a lot of codew0rp
2017-04-17Move path functions to their own filew0rp
2017-04-16#427 Add a function for looking up ALE variables in buffer scope, and then gl...w0rp
2017-04-15Merge pull request #471 from breed808/gometalinterw0rp
2017-04-15Use g:ale_linters for turning gometalinter on, and update documentation as ap...w0rp
2017-04-15Explain some code betterw0rp
2017-04-13Merge pull request #463 from valtermro/multi-ft-aliasesw0rp
2017-04-12Add support for multiple filetypes in filetype aliasingvaltermro
2017-04-11#392 Handle clang header errors toow0rp
2017-04-11#392 Report errors inside of headers, in a very basic wayw0rp
2017-04-03Cover basic GCC functionality with testsw0rp
2017-04-03#380 Add some experimental code for killing long-running processes in NeoVimw0rp
2017-04-03#446 Do not run ALE if inside of a command windoww0rp
2017-03-31Fix #438 Create Java .class files for javac in a temporary directoryw0rp
2017-03-31adds line highlights style (#436)Steven Lu
2017-03-24Fix #272 by checking if quickfix is open before reopening to avoid triggering...Lucas Kolstad
2017-03-21#333 Finish implementing the lint_file optionw0rp
2017-03-21#333 Change arguments for ale#Queue so they are more obvious, and check files...w0rp
2017-03-21Add some utility functions for changing directories for commandsw0rp
2017-03-14#333 Pass in a flag indicating that linters should be run against files, and ...w0rp
2017-03-14#333 Update line numbers for loclist items when current sign_id values are setw0rp
2017-03-14#333 Keep any loclist items which have match_id values set on themw0rp
2017-03-13#394 Attempt to fix running linters when bufwinid() doesn't existw0rp
2017-03-12#333 Remember the IDs for highlightsw0rp
2017-03-12Revert "Don't save the sign ID on loclist items. This approach won't work."w0rp
2017-03-12Don't save the sign ID on loclist items. This approach won't work.w0rp
2017-03-11#333 Save sign IDs back on loclist items, and make it possible to get line nu...w0rp
2017-03-09Get milliseconds timestamps without system() calls for testsw0rp
2017-03-09#376 Use the window ID for a given buffer for setting the loclistw0rp
2017-03-08#333 Add the List needed for the lint_file option, and option itself. Neither...w0rp
2017-03-07Make the navigation commands only work with ALE's pre-sorted listw0rp
2017-03-04Fix detailed messages with newline charactersw0rp
2017-03-04Remove a now redundant linew0rp
2017-03-03Fix cursor issues, and clean up the cursor testsw0rp
2017-03-02Merge remote-tracking branch 'upstream/master'Jasper Woudenberg
2017-03-02Address some feedbackJasper Woudenberg
2017-03-02Fix #373 - echo the cursor message after lint cycles or when leaving Insert modew0rp
2017-03-02Update sign regex for LANG = it_IT.UTF-8Manuel Unno Vio
2017-03-01Add support for error detailsJasper Woudenberg
2017-03-02proselint: Add more supported filetypes (#367)Daniel M. Capella
2017-02-26Copy all loclist items returned from handlers, and set up defaults for conven...w0rp
2017-02-21Fix #314 - quickfix should take precedence over loclist for jumpingw0rp
2017-02-21#314 filter both lists, and add tests to cover the list retrievalw0rp
2017-02-21Add an extra custom check for using endif instead of end, etc.w0rp
2017-02-21Merge pull request #348 from rob-b/add-hdevtools-linterw0rp
2017-02-17Add hdevtools linter for haskellRob Berry
2017-02-17Use a more reliable method for getting an ID for a jobw0rp
2017-02-17Prevent some stupid exceptionsw0rp
2017-02-16#254 Add an option for logging the output of commandsw0rp
2017-02-16#254 Capture command exit codes in the historyw0rp