summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-10-03Add support for linting with CSSLint.w0rp
2016-10-03Indicate that a wraper script is used for Vint.w0rp
2016-10-03Add support for checking Vim code with Vint.w0rp
2016-10-03Remove a test echo line.w0rp
2016-10-03Remove the off-putting alpha message now things are moving along.w0rp
2016-10-03Add support for shellcheck linting.w0rp
2016-10-03Merge pull request #26 from gavocanov/masterw0rp
Add support for javascript.jsx filetype
2016-10-03Add support for javascript.jsx filetypePaolo Gavocanov
2016-10-02Merge pull request #21 from KabbAmine/sign-customw0rp
Add an option for defining text of signs
2016-10-02Merge pull request #22 from prashcr/masterw0rp
Fix qflist output for coffeelint
2016-10-02Fix qflist output for coffeelintPrashanth Chandra
2016-10-02Add an option for defining text of signsKabbaj Amine
2016-10-02Merge pull request #19 from prashcr/masterw0rp
Add coffeelint for coffeescript
2016-10-02Add coffeelint for coffeescriptPrashanth Chandra
2016-09-29Merge pull request #15 from CookiesBestDinner/masterw0rp
Fix typo ALErrorSign -> ALEErrorSign
2016-09-29Fix typo ALErrorSign -> ALEErrorSignCookiesBestDinner
2016-09-27Fix a bug with reading from large files. Large files we being truncated by ↵w0rp
closing the input buffer too early.
2016-09-26Merge branch 'patch-3'w0rp
2016-09-26Add some more prose back in with a link to Vundle.w0rp
2016-09-26Merge pull request #13 from vmarovic/masterw0rp
Option to keep sign column always open
2016-09-26Fix readme fileVladimir Marovic
2016-09-26Move flag to aaflags.vimVladimir Marovic
2016-09-26Add option to always show left gutterVladimir Marovic
2016-09-23Edit Vundle installation instructionsPrashanth Chandra
Full GitHub URL is not required for Vundle (and vim-plug), as GitHub is automatically assumed.
2016-09-19Add some notes on usage, and re-arrange things.w0rp
2016-09-19Add an Installation section for this plugin.w0rp
2016-09-19Merge pull request #9 from prashcr/masterw0rp
Add option for choosing linters to run
2016-09-19Use a different marker because of markdown issues.w0rp
2016-09-19Fix the README sorting and formatting.w0rp
2016-09-18Add support for checking Haskell code via a wrapper script which can be used ↵w0rp
for other tools, and fix a readline problem with the DMD wrapper script.
2016-09-18Explain the language and tools table some more.w0rp
2016-09-18Add support for checking C code with GCC too.w0rp
2016-09-18Add support for checking Fortran syntax with GCC. Mad respect for the ↵w0rp
mathematicians.
2016-09-18Run DUB in a separate process as well, so it will not cause import lag.w0rp
2016-09-17Add option for choosing linters to runPrashanth Chandra
2016-09-16Add support for linting D code with DMD.w0rp
2016-09-16Merge pull request #2 from fijshion/jshint-linterw0rp
Add jshint linter
2016-09-16I accidentally credited the wrong guy. Let's fix that.w0rp
2016-09-15Add jshint to readmeChris Kyrouac
2016-09-15Add name and author to jshintChris Kyrouac
2016-09-15Add jshint linterChris Kyrouac
2016-09-15Link to explanations of the -n flag of each shell as best as we can.w0rp
2016-09-15Update the README file to include jscs, and a comment about keeping the ↵w0rp
table sorted for new contributors to look at.
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.