Age | Commit message (Expand) | Author |
2016-10-10 | Echo string format (#76) | KabbAmine |
2016-10-09 | #48 Store the linter name in the loclist objects for later use. | w0rp |
2016-10-09 | Correct issues with some errors appearing at line 0, not 1. | w0rp |
2016-10-09 | Up-indent types and defaults, and align markers | w0rp |
2016-10-09 | Make spacing and indentation consistent in the documentation, and make the do... | w0rp |
2016-10-09 | Merge #66 with some amendments. | Marc Delage |
2016-10-09 | Merge branch 'shell-detection' | w0rp |
2016-10-09 | Merge pull request #73 from KabbAmine/fix-69 | w0rp |
2016-10-09 | Modify shell's pattern to handle locals other than english, fixes #69 | Kabbaj Amine |
2016-10-09 | Document the default shell option | w0rp |
2016-10-09 | #69 Change the default shell for shell linting | w0rp |
2016-10-09 | Handle arguments to shells in shebang lines too. | w0rp |
2016-10-09 | #69 Improve shell detection | w0rp |
2016-10-09 | Merge pull request #72 from SkySymbol/perl-support | w0rp |
2016-10-09 | Add support for perl and perlcritic | Vincent Lequertier |
2016-10-09 | Fix a bug where echoing in modes like visual select caused some errors. | w0rp |
2016-10-09 | Remove some trailing whitespace. | w0rp |
2016-10-09 | Merge pull request #70 from mshr-h/add-comment-header | w0rp |
2016-10-09 | Add comment headers to verilog linters | mshr-h |
2016-10-09 | Wrap the badge into the title | w0rp |
2016-10-09 | Add a Travis CI image to the README | w0rp |
2016-10-08 | Correct all Vint warnings | w0rp |
2016-10-08 | Make Travis cache pip | w0rp |
2016-10-08 | Add a Travis config for running vint. | w0rp |
2016-10-08 | Send the buffers to the linters using getbufline() on Windows, re issue #39 | w0rp |
2016-10-08 | Handle there being no process for a job better in Vim 8, re issue #39. | w0rp |
2016-10-08 | Use shortmess for shortening long echo lines instead. | w0rp |
2016-10-08 | Don't store jobs themselves in maps in Vim 8, as per issue #39. | w0rp |
2016-10-08 | Merge pull request #68 from KabbAmine/linter-coffee | w0rp |
2016-10-08 | Merge pull request #67 from KabbAmine/linter-htmlhint | w0rp |
2016-10-08 | Merge pull request #65 from mshr-h/support-verilator | w0rp |
2016-10-08 | Add coffee linter | Kabbaj Amine |
2016-10-08 | Use cmd /c for Windows commands to fix a bug with running linters on Windows. | w0rp |
2016-10-08 | Add linter HTMLHint for html files | Kabbaj Amine |
2016-10-08 | Add verilator for verilog | mshr-h |
2016-10-08 | Add cpp linter (#64) | Marc Delage |
2016-10-08 | Add iverilog for verilog (#63) | Masahiro H |
2016-10-07 | Add support for Pug with pug-lint. | w0rp |
2016-10-07 | Add a wrapper program for running linters which cannot receive stdin input on... | w0rp |
2016-10-07 | Merge pull request #62 from KabbAmine/linter-tidy-refactor | w0rp |
2016-10-07 | Refactor tidy support | Kabbaj Amine |
2016-10-07 | Denote that Cython needs to use the wrapper script. | w0rp |
2016-10-07 | Fix some typos and remove some trailing whitespace. | w0rp |
2016-10-07 | Add support for checking Cython files | w0rp |
2016-10-07 | Merge pull request #58 from KabbAmine/statusline | w0rp |
2016-10-07 | Update the documentation files | Kabbaj Amine |
2016-10-07 | Add an initial ALEGetStatusLine function with customizable output, #25 | Kabbaj Amine |
2016-10-07 | Support reading from both output streams, and fix PHP error parsing, which so... | w0rp |
2016-10-07 | Explain that options should be documented. | w0rp |
2016-10-07 | Add basic scala support using scalac (#56) | Zoltan Kalmar |