Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Search python fixers in virtual environment
* Add tests for python fixers
|
|
|
|
|
|
|
|
|
|
the lines of input where needed.
|
|
Fixed stylelint not catching all errors.
|
|
|
|
|
|
|
|
The original regex failed to account for short lines being padded
to the length of the longest error.
|
|
|
|
split windows
|
|
|
|
|
|
callbacks fire
|
|
* Add :ALEFirst and :ALELast commands
* Add documentation for ALEFirst and ALELast commands
* Add tests for ale#loclist_jumping#JumpToIndex()
* Fix the loclist jumping tests
|
|
|
|
configurable
|
|
* 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
|
|
|
|
or include directories
|
|
* 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
|
|
|
|
* 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
|
|
|
|
across many lines
|
|
than 8 lines
|
|
|
|
|
|
|
|
Fixes #594
|
|
|
|
|
|
|
|
|
|
|