Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-06 | #482 - Fix Flow handling with relative paths | w0rp | |
2017-06-06 | Make the test for the history more reliable | w0rp | |
2017-06-06 | Fix #461 - Allow multiple loclist windows to be opened, and replace some ↵ | w0rp | |
split windows | |||
2017-06-06 | Use BufWinEnter for g:ale_lint_on_enter instead | w0rp | |
2017-06-06 | Simplify job cleanup code | w0rp | |
2017-06-06 | Complain about incorrect uses of expand('%...') | w0rp | |
2017-06-06 | #620 Check the Nim files on disk instead | w0rp | |
2017-06-06 | Fix a test | w0rp | |
2017-06-06 | Fix #624 - Ask for the Vint version in the background | w0rp | |
2017-06-05 | Merge pull request #622 from blueyed/fix-typo | w0rp | |
doc: fix typo: s/the the/to the/ | |||
2017-06-05 | doc: fix typo: s/the the/to the/ | Daniel Hahler | |
2017-06-05 | Do not check files on insert leave | w0rp | |
2017-06-05 | Stop errors being generated when jobs are removed from the Dictionary before ↵ | w0rp | |
callbacks fire | |||
2017-06-03 | Add :ALEFirst and :ALELast commands (#616) | Drew Neil | |
* Add :ALEFirst and :ALELast commands * Add documentation for ALEFirst and ALELast commands * Add tests for ale#loclist_jumping#JumpToIndex() * Fix the loclist jumping tests | |||
2017-06-03 | Document that prettier and prettier-eslint are supported | w0rp | |
2017-06-02 | Add ktlint support (without formatting) for kotlin filetype (#610) | Francis Agyapong | |
* Add ktlint support (without formatting) for kotlin filetype * Fix code style and refactor to use ALE utility functions (GetMatches) * Remove options for configuration file * Refactor: Rename exec variable and use ale#Set for variable configuration | |||
2017-06-02 | #574 Do not restore items with no columns for highlights from hidden buffers | w0rp | |
2017-06-02 | Merge pull request #614 from epilande/master | w0rp | |
✏️ Fix link to stylelint styled-components | |||
2017-06-02 | Merge pull request #615 from w0rp/adriaanzon-patch-1 | w0rp | |
Suggest :ALELint instead of ale#Lint() | |||
2017-06-02 | Suggest :ALELint instead of ale#Lint() | Adriaan Zonnenberg | |
2017-06-02 | :pencil2: Fix link to stylelint styled-components | Emmanuel Pilande | |
2017-06-01 | Document the <Plug>(ale_fix) mapping | w0rp | |
2017-06-01 | #607 - Update the documentation for ale-fix to suggest an assignment which ↵ | w0rp | |
will work in vimrc | |||
2017-06-01 | Fix #499 Set an explicit height for the quickfix list, and make the height ↵ | w0rp | |
configurable | |||
2017-05-31 | Set qflist/loclist window title properly ... (#588) | cs86661 | |
* Update list.vim Set qflist/loclist window title properly ... * Update list.vim 1. Remove redundant code. 2. Get absolute path from 'a:buffer'. * Set the list window titles appropriately for each version of Vim, and add tests | |||
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 | |
or include directories | |||
2017-05-31 | Include span label in rust lints (#601) | Jon Gjengset | |
* Include span label in rust lints This turns relatively unhelpful error messages like mismatched types into more expressive messages along the lines of mismatched types: expected bool, found integral variable Fixes #597. * Exclude rust lint span label if empty * Use single-quoted strings in vimscript * Add test for detailed rust errors * Prune Cargo JSON * Use matching error file name * Byte offsets not char offsets | |||
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 | |
* Include location list end column for rust lint Fixes #599. * Include rust lint end_lnum for good measure * Reverse engineer end_* for rust lint tests | |||
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 ↵ | w0rp | |
across many lines | |||
2017-05-31 | #604 Change match_id to match_id_list, for future highlights spanning more ↵ | w0rp | |
than 8 lines | |||
2017-05-31 | Merge pull request #603 from craftgear/feature-make-prettier-option-enable | w0rp | |
make prettier options enabled | |||
2017-05-31 | Run the temporary file management test synchronously, so it will fail less | w0rp | |
2017-05-31 | make prettier options enabled | Shunsuke Watanabe | |
2017-05-30 | Merge pull request #600 from oalders/oalders-perl-warnings | w0rp | |
Remove -X flag from perl defaults. | |||
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 | Remove -X flag from perl defaults. | Olaf Alders | |
"-X Disables all warnings regardless of use warnings or $^W". See "perldoc perlrun" or http://perldoc.perl.org/perlrun.html With the current defaults, warnings are squashed. For example: $ perl -X -Mwarnings -c -e'BEGIN { 42 + undef }' -e syntax OK $ perl -Mwarnings -c -e'BEGIN { 42 + undef }' Use of uninitialized value in addition (+) at -e line 1. -e syntax OK So, it's not clear from the current defaults whether Ale wants to remove warnings or enable them. As it stands, it's trying to do both and the disabling appears to win. This commit enables warnings by default. | |||
2017-05-30 | Merge pull request #595 from daenney/go-default-linters | w0rp | |
go: Remove `staticcheck` and `go build` defaults | |||
2017-05-30 | go: Remove `staticcheck` and `go build` defaults | Daniele Sluijters | |
Fixes #594 | |||
2017-05-30 | Refactor ALEFix code for work on events and tests to come | w0rp | |
2017-05-30 | Merge pull request #589 from bardzusny/ember-template-lint-handler-parsing-error | w0rp | |
Ember-template-lint handler: properly handle template parsing errors. | |||
2017-05-28 | Ember-template-lint handler: properly handle template parsing errors. | Adrian Zalewski | |
2017-05-28 | Add untested code for searching for C and C++ headers in basic projects | w0rp | |
2017-05-28 | Merge pull request #585 from gavocanov/master | w0rp | |
kotlin linter support for maven/pom.xml | |||
2017-05-28 | Revert "Fix #501 - Do not run javac when it is just a stub asking you to ↵ | w0rp | |
install Java on Mac OSX" This reverts commit 528355e2c6cf64fbc0d459a7a512a7823f90043d. | |||
2017-05-27 | Fix ALEInfo and some test issues | w0rp | |
2017-05-27 | Fix #500 - Support defining aliases for linter names | w0rp | |