Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fix file name checking in rust handler
* Add a test for rust hanler
* Remove unused variable
|
|
|
|
functions are already tested elsewhere
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This should fix #575; also added vader tests to ensure that translation
is working properly.
|
|
statements
|
|
|
|
|
|
|
|
|
|
problems
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
more argument checking for fixing problems
|