.. |
fix
|
Allow function aliases to be registered for fixing problems, and add some more argument checking for fixing problems
|
2017-05-20 19:02:36 +01:00 |
handlers
|
Add commands to run ALEFix, and some tests to cover functionality so far. Add a simple autopep8 function.
|
2017-05-20 19:02:36 +01:00 |
lsp
|
#517 - Implement LSP chunked message parsing, sending messages to sockets, and callbacks
|
2017-05-08 22:18:28 +01:00 |
cleanup.vim
|
Remove error highlights when buffers are cleaned up
|
2017-04-19 22:55:06 +01:00 |
command.vim
|
Refactor special command parsing into its own file
|
2017-05-17 11:17:49 +01:00 |
cursor.vim
|
Fix detailed messages with newline characters
|
2017-03-04 23:55:12 +00:00 |
debugging.vim
|
#427 - Output buffer-local variables with :ALEInfo
|
2017-04-27 00:07:41 +01:00 |
engine.vim
|
Add commands to run ALEFix, and some tests to cover functionality so far. Add a simple autopep8 function.
|
2017-05-20 19:02:36 +01: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
|
Allow function aliases to be registered for fixing problems, and add some more argument checking for fixing problems
|
2017-05-20 19:02:36 +01:00 |
highlight.vim
|
#538 Fix an off-by-one bug with end columns
|
2017-05-16 19:46:19 +01:00 |
history.vim
|
Add a check to make tests fail less
|
2017-05-18 09:27:18 +01:00 |
job.vim
|
#567 Try and fix NeoVim split line handling
|
2017-05-20 12:50:19 +01:00 |
linter.vim
|
#427 Allow linters and aliases to be configured in buffer local variables
|
2017-04-25 23:52:13 +01:00 |
list.vim
|
Fix #272 by checking if quickfix is open before reopening to avoid triggering a BufEnter event that causes quickly repeating linting runs when g:ale_lint_on_enter = 1.
|
2017-03-24 10:39:37 -07:00 |
loclist_jumping.vim
|
Make the navigation commands only work with ALE's pre-sorted list
|
2017-03-07 23:31:25 +00:00 |
lsp.vim
|
Fix some problems with LSP functions
|
2017-05-16 19:38:05 +01:00 |
path.vim
|
#549 Temporarily revert shell escaping changes, just for Windows
|
2017-05-12 09:20:16 +01:00 |
python.vim
|
#563 Use a configurable list of directories for detecting virtualenv paths instead.
|
2017-05-20 13:34:53 +01:00 |
semver.vim
|
#289 Only use the --stdin-display-name flag if the flake8 version supports it
|
2017-02-06 11:12:27 +00:00 |
sign.vim
|
Fix #506 - Don't set signs for buffers which don't exist
|
2017-04-26 23:32:20 +01:00 |
statusline.vim
|
#274 - Fix airline integration when ALE is not loaded fully
|
2017-02-13 23:31:29 +00:00 |
util.vim
|
Add a function for getting matches, and use it to simplify a lot of code
|
2017-04-18 00:35:53 +01:00 |