Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-10 | Merge remote-tracking branch 'origin/echo-string-format' | w0rp | |
2016-10-10 | #39 Use getbufline() for MacVim GUI too. | w0rp | |
2016-10-10 | Echo string format (#76) | KabbAmine | |
* Implement an option to configure the echoed message, #48 Via `g:ale_echo_msg_format` where: - `%s` is the error message itself - `%linter%` is the linter name - `%severity` is the severity type e.g let g:ale_echo_msg_fomat = '[%linter%] [%severity%] %s' * Add new options for defining the string used for errors in echoed message `g:ale_echo_msg_error_str` and `g:ale_echo_msg_warning_str` * Change text output of some linters Now that the echoed message can be customized, no need to add the type to the text variable. * Update README & documentation file * Fix some typos * Sort the table of options alphabetically (except echo_msg_x_str options) * Added echo warning str option to the doc | |||
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 ↵ | w0rp | |
docs easier to read. | |||
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 | |
Modify shell's pattern to handle locals other than english, fixes #69 | |||
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 | |
Add support for perl and perlcritic | |||
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 | |
Add comment headers to verilog linters | |||
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 | |
Add coffee linter | |||
2016-10-08 | Merge pull request #67 from KabbAmine/linter-htmlhint | w0rp | |
Add linter HTMLHint for html files | |||
2016-10-08 | Merge pull request #65 from mshr-h/support-verilator | w0rp | |
Support verilator for verilog | |||
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 | |
* Add c gcc option in the doc * Add missing tag for eslint option in the doc * Correct typo in doc (' ' instead of '.') * add cpp linter * correct typo in doc * add filetype information for c++ | |||
2016-10-08 | Add iverilog for verilog (#63) | Masahiro H | |
* Add iverilog for verilog * Remove extra spacing/blank line * Set column to 1 | |||
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 ↵ | w0rp | |
on Windows. | |||
2016-10-07 | Merge pull request #62 from KabbAmine/linter-tidy-refactor | w0rp | |
Refactor tidy support | |||
2016-10-07 | Refactor tidy support | Kabbaj Amine | |
* Add an option for file encoding * Remove the type from text * Fix linter's name | |||
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 | |
Add an initial getStatuslineStr function with customizable output | |||
2016-10-07 | Update the documentation files | Kabbaj Amine | |
... and move all pictures to img/ directory | |||
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 ↵ | w0rp | |
sometimes logs to stderr, sometimes stdout. |