index
:
ale
feature/doc_contrib
feature/open_list_num
fix/broken_golang_links
fix/lua-language-server_docs
fix/use_stable_rust
master
topic/docker-free_testing
topic/plls
wip/cargo_multifile
wip/lint_fail_err
wip/twig
Check syntax in Vim asynchronously and fix files, with Language Server Protocol (LSP) support
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
sign
Age
Commit message (
Collapse
)
Author
2019-04-07
#2132 - Replace command_chain and chain_with with ale#command#Run
w0rp
2019-02-06
#2132 - lint and fix with ale#command#Run
w0rp
A new function is added here which will later be modified for public use in linter and fixer callbacks. All linting and fixing now goes through this new function, to prove that it works in all cases.
2018-07-15
Fix #1687 - Parse highlights when verbose > 0
w0rp
2018-06-28
Make a test which can fail randomly synchronous instead
w0rp
2018-06-28
Get tests running and passing with NeoVim 0.2 and 0.3
w0rp
2018-05-28
#1524 Do not try to check buffers with empty filetypes
w0rp
2017-10-25
Make one of the sign tests work in all locales
w0rp
2017-10-25
Handle multiple files localtion lists with gcc handler (#1034)
Gerry Agbobada
Handle multiple files in the GCC handler.
2017-10-25
Make the sign placement test pass more often by using another shell
w0rp
2017-10-12
#965 - Support limiting the number of signs ALE will set
w0rp
2017-10-03
Fix #964 - Remove signs when multiple signs end up on a single line
w0rp
2017-09-12
Fix #924 - Make changing the sign column color work again
w0rp
2017-09-09
Fix more random Windows test issues
w0rp
2017-09-02
#505 - Do not lint files on enter if the option for linting when the ↵
w0rp
filetype changed is on
2017-08-26
Fix #825 - Downgrade signs when problems change
w0rp
2017-08-13
#653 - Filter items based on the buffer number for signs
w0rp
2017-08-12
Fix a failing test
w0rp
2017-06-08
Experimental code for showing results as soon as each linter completes
w0rp
2017-05-22
Remove the test for highlight linking, because it just cannot be tested
w0rp
2017-05-22
Fix #572 - Link to whatever SignColumn links to for ALESignColumnWithoutErrors
w0rp
2017-05-21
#309 Add an option for changing the sign column color when problems are detected
w0rp
2017-05-20
#149 - Support Info, style error, and style warning types for problems for signs
w0rp
2017-05-12
Run all tests in NeoVim, improve the test script, and make all tests pass ↵
w0rp
for NeoVim
2017-05-05
Try and make the sign tests pass more often
w0rp
2017-04-26
Fix #506 - Don't set signs for buffers which don't exist
w0rp
2017-03-14
#333 Update line numbers for loclist items when current sign_id values are set
w0rp
2017-03-11
#333 Save sign IDs back on loclist items, and make it possible to get line ↵
w0rp
numbers again
2017-03-11
Cover error priority in the sign tests
w0rp
2017-03-10
Cover parsing of Italian signs with tests
w0rp
2017-03-09
Fix sign tests.
w0rp
2017-03-09
Group sign tests
w0rp