summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-02-16Modify the issue template to note how to capture the output of commandsw0rp
2017-02-16#254 Add an option for logging the output of commandsw0rp
2017-02-16#254 Capture command exit codes in the historyw0rp
2017-02-16Add an option for completely disabling command history, and add documentationw0rp
2017-02-16Refactor history management functions into their own filew0rp
2017-02-16Add a missing question markw0rp
2017-02-16Add an FAQ section to address concerns about battery lifew0rp
2017-02-16Merge pull request #350 from qantik/clang-fixw0rp
Fix clang++ flag typo
2017-02-16Fix clang++ flag typo.Andrea Caforio
2017-02-15Fix a typow0rp
2017-02-15Fix #319 - Enable only cargo for Rust by defaultw0rp
2017-02-15Merge pull request #346 from AlexMasterov/fix/yaml-yamllint-syntaxw0rp
Fix 'yamllint' syntax
2017-02-15#338 Don't do anything from tags files.w0rp
2017-02-16Fix 'yamllint' syntaxAlex Masterov
2017-02-15Merge pull request #345 from AlexMasterov/feature/yaml-yamllint-optionsw0rp
Add yamllint option to pass in more options
2017-02-15Cover ALEToggle with Vader testsw0rp
2017-02-15Create a make target and variable for running specific testsw0rp
2017-02-15Merge pull request #343 from vimeitor/masterw0rp
Fix spelling
2017-02-15Add yamllint option to pass in more optionsAlex Masterov
2017-02-14Add an issue templatew0rp
2017-02-14#254 Add a command for copying ALEInfo to your clipboard quicklyw0rp
2017-02-14#254 Add command history to ALEInfow0rp
2017-02-14#338 Try and stop ALE from throwing ALEs when run from a sandboxw0rp
2017-02-14Fix spellingAdrià Farrés
2017-02-14Merge pull request #342 from Exteris/bugfix/gfortran-6.3.1w0rp
Update line marker pattern for new gfortran
2017-02-14Update line marker pattern for new gfortranDaan van Vugt
Add tests for GCC 4.1.2, 4.9.2 and 6.3.1
2017-02-14#274 Stop airline from doing anything if ALE doesn't load by using a ↵w0rp
different flag for loading with a very ugly name
2017-02-13#274 Don't emit the warning if ALE isn't working for git commits or blank filesw0rp
2017-02-13#274 - Fix airline integration when ALE is not loaded fullyw0rp
2017-02-13Output ALE global variables for :ALEInfow0rp
2017-02-13Include most linter variables in ALEInfow0rp
2017-02-13Fix a style issuew0rp
2017-02-13Actually catch all Job ID problemsw0rp
2017-02-13Merge pull request #336 from ninjawithaneedle/masterw0rp
Highlighting should not filter linter messages without column info
2017-02-13Highlighting should not filter linter messages without column infoninjawithaneedle
2017-02-13#283 Fix linting buffers with no filename, by creating a filename with a ↵w0rp
guess for the file extension
2017-02-13Fix #171 - Implement basic error highlightingw0rp
2017-02-12Fix #325 - document the ALEToggle optionw0rp
2017-02-12Make a note to ask for Vader testsw0rp
2017-02-12Merge pull request #331 from AlexMasterov/feature/css-stylelint-optionsw0rp
Add stylelint option to pass in more options
2017-02-12Add stylelint option to pass in more optionsAlex Masterov
2017-02-12Update the contributing guidew0rp
2017-02-11Fix the clangtidy linter, and document everythingw0rp
2017-02-11Add clang-tidy linter for cpp. (#275)Tim van Deurzen
* Add clang-tidy linter for cpp. * Use stdin-wrapper to allow linting as you type.
2017-02-11Feed files to commands via stdin by first writing the file to a temporary ↵w0rp
file, and then piping them in via the shell instead
2017-02-11Fix the custom check issue.w0rp
2017-02-11Make javac work in a basic wayw0rp
2017-02-11Added support for javac (with eclipse classpath support for now) (#141)Valentin Finini
* A try at javac support for ALE * Small cleanup: moved '/tmp/java_ale' string into script var * Fixed Travis-CI build failing on autocmd not being in augroup and stupid omission * One more fix for Travis-CI * For some reason, expandtab was not set * Indentation and removal of header guard. Used examples from ale_linters/c/gcc.vim and ale_linters/javascript/eslint.vim for the indentation of string concat blocks.
2017-02-11Fix #330 - Explain how to check JSX with eslint and stylelintw0rp
2017-02-11Fix filename substitution, especially on Windowsw0rp