Age | Commit message (Expand) | Author |
2017-08-05 | Fix #823 - Write Windows files with CRLF | w0rp |
2017-08-05 | Stop writing a test file in real world usage in some cases | w0rp |
2017-08-04 | Fix the completion start position regex matching being off by one | w0rp |
2017-08-04 | Tell Vim omnicompletion that tsserver matches are case-insensitive | w0rp |
2017-08-02 | Cover the Rust LSP with tests, allow LSP linters to be named anything, and re... | w0rp |
2017-08-01 | #734 - Use the buffer number from the events for entering buffers and saving ... | w0rp |
2017-07-31 | #734 - Do not clear file linter results when no buffers are run | w0rp |
2017-07-31 | Add stylelint fixer | Mahmoud Mostafa |
2017-07-30 | #517 - Get the Rust language server working in a basic way | w0rp |
2017-07-30 | When servers never send an initialize response, but instead just publish diag... | w0rp |
2017-07-30 | Add some error message handling for LSP, for test purposes | w0rp |
2017-07-30 | Fix some bugs so the PHP language server will show errors at least once | w0rp |
2017-07-27 | Fix #798 - Handle syntax errors for tsserver | w0rp |
2017-07-27 | Add a fuzzy JSON decoding function for ignoring json_decode errors for linters | w0rp |
2017-07-26 | Remove channel logging | w0rp |
2017-07-26 | Check the active_linter_list only for running linters | w0rp |
2017-07-26 | Remove a redundant check for tsserver | w0rp |
2017-07-26 | #517 Add more code LSP support which makes the tssserver linter behave more l... | w0rp |
2017-07-24 | Fix #796 - Ignore errors for closing the last window | w0rp |
2017-07-24 | Set the g:ale_completion_enabled option when completion is enabled or disabled | w0rp |
2017-07-23 | Fix #795 - Handle GCC errors without column numbers | w0rp |
2017-07-22 | Merge pull request #781 from sumnerevans/standard-fixer | w0rp |
2017-07-21 | added tests for Standard.js | Sumner Evans |
2017-07-21 | Don't mess with compleopt for each completion, as it doesn't work | w0rp |
2017-07-20 | Fix #786 - Only set --no-local-style for yapf if a configuration file is dete... | w0rp |
2017-07-19 | added fixer for Standard | Sumner Evans |
2017-07-18 | Fix #775 - Run eslint.js via node on Windows for eslint --fix | w0rp |
2017-07-17 | Limit the suggestions only after filtering them | w0rp |
2017-07-17 | Filter the completion results by the prefix we used | w0rp |
2017-07-16 | Fix #560 #763 - Silence errors for setting signs, and do nothing for dirvish | w0rp |
2017-07-15 | Fix #773 - Do not clear the loclist when closing the loclist window | w0rp |
2017-07-13 | #697 - Remove highlights more thoroughly | w0rp |
2017-07-13 | Make tsserver completion more reliable, but not quite ready for documentation... | w0rp |
2017-07-12 | Add rails_best_practices handler (resolves #655) (#751) | Eddie Lebow |
2017-07-12 | Fix docs for FindProjectRoot function | Matteo Centenaro |
2017-07-11 | #756 Escape the paths used for the --include parameter for gometalinter, whic... | w0rp |
2017-07-11 | Look for ini file to spot python project root (#755) | Matteo Centenaro |
2017-07-11 | Fix comment typo | Eddie Lebow |
2017-07-10 | Kotlin and general Gradle support. (#745) | Michael Pardo |
2017-07-10 | Fix #749 - Use /bin/sh when the shell is fish | w0rp |
2017-07-10 | Fix #730 - Lint files on save even when nothing was fixed | w0rp |
2017-07-10 | Fix #746 - Keep highlights from other plugins when buffers are hidden | w0rp |
2017-07-09 | Make every test set filenames and switch directories in the same way, and fix... | w0rp |
2017-07-09 | Fix issues with running individual tests, and get the Vim tests to run on cer... | w0rp |
2017-07-09 | Correctly resolve temp files on macOS | Jacob Zimmerman |
2017-07-09 | Support setting settings with g:ale_pattern_options | w0rp |
2017-07-07 | #697 - Clear all highlights every time items are set again, and refactor most... | w0rp |
2017-07-07 | Fix windows path check on rust linter (#736) | daa84 |
2017-07-07 | #710 - Fix a parsing bug caused by the last fix | w0rp |
2017-07-07 | Fix #735 - Support old versions of Flow by only adding --respect-pragma for s... | w0rp |