summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-09-13Fix the eslint linter so it won't throw away lines if one earlier line ↵w0rp
doesn't match.
2016-09-13Make signs prefer errors to warnings if there are two loclist items for one ↵w0rp
line.
2016-09-13Make sure all files are loaded, not just the first.w0rp
2016-09-13Add a linter rule for Python code.w0rp
2016-09-11Add support for defining linters where the command that is run is determined ↵w0rp
by a callback.
2016-09-10Add Vim 8 support.w0rp
2016-09-09Update the readme now the bugs have been removed.w0rp
2016-09-09Fix bugs with directory listings and signs when switching tabs.w0rp
2016-09-09Ignore more files.w0rp
2016-09-09Fix a bug with eslint parsing which mistakenly cleared markersw0rp
2016-09-09Add linting with eslint in NeoVim, with a few bugs.w0rp