Age | Commit message (Collapse) | Author |
|
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
|
|
|
|
g:ale_fixers too
|
|
Add a simple autopep8 function.
|
|
This reverts commit 164c4efb323f77e27942a824bd84fae91eb16db4.
|
|
This reverts commit 5790df12722a31e913750fad955f2a4f0ed76269.
|
|
|
|
* Improve performance when using gometalinter
Before this change when I opened a big project that had 6000+ warnings/errors it took ages to get the actual warnings/errors and it caused my CPU to be busy for quite some time. The call to gometalinter alone took about 24 seconds, but after that vim was struggling as well.
After this change the gometalinter call just takes 2 seconds and nothing noticable happens with the CPU and/or vim.
* Removed obsolete test
This logic is no longer done by the `ale` plugin, but by `gometalinter` itself.
|
|
Add end columns on php linter
|