.. |
fix
|
Merge pull request #1174 from eborden/eborden/add-brittany-for-haskell-formatting
|
2017-12-07 19:15:33 +00:00 |
fixers
|
Merge pull request #1174 from eborden/eborden/add-brittany-for-haskell-formatting
|
2017-12-07 19:15:33 +00:00 |
gradle
|
Kotlin and general Gradle support. (#745)
|
2017-07-10 23:03:36 +01:00 |
handlers
|
Fix #918 - Save prettier details for Haskell linters
|
2017-11-26 18:24:10 +00:00 |
lsp
|
Implement go to defintion for LSP linters
|
2017-11-26 22:27:08 +00:00 |
balloon.vim
|
#653 - Update the loclist binary search to work with buffer numbers, to filter out items for other buffers
|
2017-08-12 14:27:47 +01:00 |
c.vim
|
Ban use of ==# or ==? in the codebase, and prefer is# or is? instead
|
2017-08-08 08:39:13 +01:00 |
command.vim
|
Fix typos
|
2017-10-03 01:11:54 +09:00 |
completion.vim
|
Compress one line
|
2017-11-26 21:30:26 +00:00 |
cursor.vim
|
Make the message formats configurable with buffer local variables
|
2017-11-19 23:44:09 +00:00 |
debugging.vim
|
Complain about stray echo lines in the codebase
|
2017-11-15 12:00:13 +00:00 |
definition.vim
|
Implement go to defintion for LSP linters
|
2017-11-26 22:27:08 +00:00 |
engine.vim
|
Fix #1176 - Add an option for caching failing executable checks
|
2017-11-30 10:34:51 +00:00 |
events.vim
|
#857 - Add b:ale_fix_on_save for controlling fixing on save for specific buffers
|
2017-10-30 22:19:57 +00:00 |
filetypes.vim
|
#283 Fix linting buffers with no filename, by creating a filename with a guess for the file extension
|
2017-02-13 10:36:38 +00:00 |
fix.vim
|
Delete to black hole register in fixer
|
2017-11-25 03:36:36 +00:00 |
gradle.vim
|
Get more of the tests to pass on Windows
|
2017-10-23 01:26:31 +01:00 |
highlight.vim
|
Fix #741 - Set highlights for entire lines when signs are disabled
|
2017-11-17 14:29:57 +00:00 |
history.vim
|
Fix #876 - Save history in a separate buffer variable so history works when linting is disabled
|
2017-08-25 22:22:26 +01:00 |
job.vim
|
#1006 Fix raw message handling for LSP support in NeoVim
|
2017-11-06 22:46:32 +00:00 |
linter.vim
|
Fix #1186 - Disable checking code with perl by default
|
2017-12-02 20:43:47 +00:00 |
list.vim
|
Make the message formats configurable with buffer local variables
|
2017-11-19 23:44:09 +00:00 |
loclist_jumping.vim
|
Simplify the loclist jumping code a little
|
2017-08-13 13:06:22 +01:00 |
lsp.vim
|
Remove id from LSP notifications
|
2017-11-11 19:28:24 +01:00 |
node.vim
|
Fix #895 - Run Node.js scripts with node.exe instead of node on Windows
|
2017-08-31 13:12:24 +01:00 |
path.vim
|
Escape the filename for finddir
|
2017-11-30 10:25:32 +00:00 |
pattern_options.vim
|
#1095 Cache the sorting of patterns for g:ale_pattern_options
|
2017-11-11 14:26:54 +00:00 |
preview.vim
|
Fix #757 - Show :ALEDetail messages in a window
|
2017-11-14 23:25:01 +00:00 |
python.vim
|
Add PyLS linter (#1097)
|
2017-11-08 17:58:56 +00:00 |
ruby.vim
|
Ban !=# and !=? from the codebase
|
2017-08-11 00:31:42 +01:00 |
semver.vim
|
Simplfy semver handling and share the semver version cache across everything
|
2017-11-09 23:42:54 +00:00 |
sign.vim
|
#965 - Support limiting the number of signs ALE will set
|
2017-10-12 23:04:54 +01:00 |
statusline.vim
|
#653 Filter items based on the buffer number for problem counts
|
2017-08-13 13:24:10 +01:00 |
test.vim
|
Get more random tests to pass on Windows
|
2017-10-08 23:26:50 +01:00 |
toggle.vim
|
Make toggling work when pattern options are enabled
|
2017-12-01 17:12:19 +00:00 |
uri.vim
|
#517 Add more code LSP support which makes the tssserver linter behave more like the LSP linters
|
2017-07-26 10:37:37 +01:00 |
util.vim
|
Fix #988 - Support --fix-dry-run for ESLint by processing the JSON output
|
2017-11-22 23:23:14 +00:00 |