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
Age
Commit message (
Expand
)
Author
2016-09-16
I accidentally credited the wrong guy. Let's fix that.
w0rp
2016-09-15
Link to explanations of the -n flag of each shell as best as we can.
w0rp
2016-09-15
Update the README file to include jscs, and a comment about keeping the table...
w0rp
2016-09-15
Credit fijshion for his work in the files, and make the new linters work agai...
w0rp
2016-09-15
Merge pull request #1 from fijshion/jscslinter
w0rp
2016-09-15
Merge pull request #3 from ynonp/master
w0rp
2016-09-15
Add support for Bash and other shells. Add support for reading from stderr, a...
w0rp
2016-09-15
Output error codes in the error text too for flake8.
w0rp
2016-09-15
Add an option disabling warnings about trailing whitespace, and use it in fla...
w0rp
2016-09-15
Echo the cursor status with a very short delay, so it will override other plu...
w0rp
2016-09-15
Add rubocop to readme file
ynonp
2016-09-15
FIXED comments
ynonp
2016-09-15
ADD rubocop linter
ynonp
2016-09-14
Add jscs linter
Chris Kyrouac
2016-09-14
Fix issues with switching buffers rapidly causing errors by remembering the b...
w0rp
2016-09-13
Better README grammar.
w0rp
2016-09-13
Sort the table by name
w0rp
2016-09-13
Remove the Known Bugs section from the README. Issues can be used instead now.
w0rp
2016-09-13
Fix GitHub links in README
w0rp
2016-09-13
Add more information to the README file.
w0rp
2016-09-13
Fix the eslint linter so it won't throw away lines if one earlier line doesn'...
w0rp
2016-09-13
Make signs prefer errors to warnings if there are two loclist items for one l...
w0rp
2016-09-13
Make sure all files are loaded, not just the first.
w0rp
2016-09-13
Add a linter rule for Python code.
w0rp
2016-09-11
Add support for defining linters where the command that is run is determined ...
w0rp
2016-09-10
Add Vim 8 support.
w0rp
2016-09-09
Update the readme now the bugs have been removed.
w0rp
2016-09-09
Fix bugs with directory listings and signs when switching tabs.
w0rp
2016-09-09
Ignore more files.
w0rp
2016-09-09
Fix a bug with eslint parsing which mistakenly cleared markers
w0rp
2016-09-09
Add linting with eslint in NeoVim, with a few bugs.
w0rp