summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-09-15Credit fijshion for his work in the files, and make the new linters work ↵w0rp
again by adding the now required name arguments.
2016-09-15Merge pull request #1 from fijshion/jscslinterw0rp
Add jscs linter
2016-09-15Merge pull request #3 from ynonp/masterw0rp
Add rubocop linter
2016-09-15Add support for Bash and other shells. Add support for reading from stderr, ↵w0rp
and for generating the executable from functions. Both were needed to support shell linting.
2016-09-15Output error codes in the error text too for flake8.w0rp
2016-09-15Add an option disabling warnings about trailing whitespace, and use it in ↵w0rp
flake8.
2016-09-15Echo the cursor status with a very short delay, so it will override other ↵w0rp
plugins.
2016-09-15Add rubocop to readme fileynonp
2016-09-15FIXED commentsynonp
2016-09-15ADD rubocop linterynonp
2016-09-14Add jscs linterChris Kyrouac
2016-09-14Fix issues with switching buffers rapidly causing errors by remembering the ↵w0rp
buffer and passing the buffer value to various functions.
2016-09-13Better README grammar.w0rp
2016-09-13Sort the table by namew0rp
2016-09-13Remove the Known Bugs section from the README. Issues can be used instead now.w0rp
2016-09-13Fix GitHub links in READMEw0rp
2016-09-13Add more information to the README file.w0rp
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