Age | Commit message (Expand) | Author |
2016-10-10 | Fix cursor bugs. | w0rp |
2016-10-10 | First pass at optimizing ale to autoload (#80) | Bjorn Neergaard |
2016-10-10 | REVERT "#39 Use getbufline() for MacVim GUI too." | w0rp |
2016-10-10 | Minor fixes: | Kabbaj Amine |
2016-10-10 | Fix #75 - Explain that you need to update NeoVim in the plugin itself. | w0rp |
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 |
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 | Fix a bug where echoing in modes like visual select caused some errors. | w0rp |
2016-10-09 | Remove some trailing whitespace. | w0rp |
2016-10-08 | Correct all Vint warnings | 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 | Use cmd /c for Windows commands to fix a bug with running linters on Windows. | w0rp |
2016-10-07 | Add a wrapper program for running linters which cannot receive stdin input on... | 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 | 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-06 | Skip setting of signs at line 0 and so on, to avoid any issues there. | w0rp |
2016-10-06 | Fix #42, where some linting isn't run when opening some files. | w0rp |
2016-10-05 | Fix signs to work with other languages, and create fewer dummy signs | w0rp |
2016-10-05 | Update the author line and the filenames for the GCC format pattern. | w0rp |
2016-10-05 | Simplify the IDs used for the dummy sign, so it automatically uses the config... | w0rp |
2016-10-05 | Reduce jittering for signs some more. | w0rp |
2016-10-05 | Reduce screen shaking by leaving the dummy sign in place while signs are bein... | w0rp |
2016-10-05 | Adjust the enter delay again. | w0rp |
2016-10-05 | Add a very short delay after opening a buffer for running the linter to get i... | w0rp |
2016-10-04 | Fix a bug with loading the wrong user option for warning signs. | w0rp |
2016-10-04 | Add support for linting when a file is saved. | w0rp |
2016-10-04 | Change the flags file so it uses the get function. | w0rp |
2016-10-04 | Improve the signs feature so it can work with vim-gitgutter and possibly othe... | w0rp |
2016-10-04 | Add a function for finding nearest files, and use it to fix JSHint so it will... | w0rp |
2016-10-04 | Handle line numbers beyond the end for any linter. | w0rp |
2016-10-04 | Get the filename for buffers in a way that NeoVim will like. | w0rp |
2016-10-04 | Add support for formatting filenames into commands, and use it to fix linting... | w0rp |
2016-10-04 | Merge pull request #33 from prashcr/comment-headers | w0rp |
2016-10-03 | Rename the SASS files to follow the convention from other files, and move the... | w0rp |
2016-10-04 | Add comment headers for plugin/ale files | Prashanth Chandra |
2016-10-03 | Add support for shellcheck linting. | w0rp |
2016-10-02 | Add an option for defining text of signs | Kabbaj Amine |
2016-09-29 | Fix typo ALErrorSign -> ALEErrorSign | CookiesBestDinner |
2016-09-27 | Fix a bug with reading from large files. Large files we being truncated by cl... | w0rp |
2016-09-26 | Move flag to aaflags.vim | Vladimir Marovic |
2016-09-26 | Add option to always show left gutter | Vladimir Marovic |
2016-09-19 | Merge pull request #9 from prashcr/master | w0rp |