index
:
ale
feature/doc_contrib
feature/open_list_num
fix/broken_golang_links
fix/lua-language-server_docs
fix/use_stable_rust
master
topic/docker-free_testing
topic/plls
wip/cargo_multifile
wip/lint_fail_err
wip/twig
Check syntax in Vim asynchronously and fix files, with Language Server Protocol (LSP) support
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
autoload
/
ale
/
job.vim
Age
Commit message (
Expand
)
Author
2022-07-26
Prevent buffering of job output and excessive polling (#4259)
Tomáš Janoušek
2022-04-06
Add the buffer-local options 'b:ale_shell' and 'b:ale_shell_arguments'. (#4146)
James Cherti
2019-02-15
Fix #2295 - Respond to initialize with an initialized message
w0rp
2019-02-08
#2009 - Force Windows jobs to run in a CMD shell
w0rp
2019-02-06
#2132 - lint and fix with ale#command#Run
w0rp
2019-01-03
Clean up the new g:ale_shell code. Use it for Windows
w0rp
2019-01-02
change ale to use value of g:ale_shell regardless of what it is
Holden
2018-12-28
address PR feedback by fixing docs and hardcoding bash to use -c on fish and ...
Holden
2018-12-07
Add initial support for settings to overwrite ale shell
Holden
2018-09-06
Fix #1800 - Enable non-blocking writes where available
w0rp
2018-09-04
Improve ALE project style checking
w0rp
2018-07-02
#830 Implement a socket wrapper API for use with LSP connections
w0rp
2018-05-28
#1524 - Define global variables where they are needed
w0rp
2018-04-12
Fix #1495 - Fall back to /bin/sh when shell=pwsh
w0rp
2018-04-10
#1486 - Default exit_code to 1, if it isn't set.
w0rp
2018-01-17
Fix #1298 - Escape commands for PowerShell
w0rp
2017-12-26
Fix #1251 - Handle an empty list in the line callback when NeoVim crashes
w0rp
2017-12-20
Fix #1115 - Add support for wrapping all commands with an option
w0rp
2017-11-06
#1006 Fix raw message handling for LSP support in NeoVim
w0rp
2017-11-04
Fix #1058 - Ignore all errors with bad calls to jobstop() in NeoVim
w0rp
2017-10-03
Fix typos
rhysd
2017-08-28
Handle jobstart() returning -1 in the NeoVim 0.2.0, just in case
v1.5.0
w0rp
2017-08-11
Ban !=# and !=? from the codebase
w0rp
2017-08-08
Ban use of ==# or ==? in the codebase, and prefer is# or is? instead
w0rp
2017-07-26
Remove channel logging
w0rp
2017-07-26
#517 Add more code LSP support which makes the tssserver linter behave more l...
w0rp
2017-07-10
Fix #749 - Use /bin/sh when the shell is fish
w0rp
2017-06-14
Fix #649 - Support tsserver linting for NeoVim
w0rp
2017-06-06
Simplify job cleanup code
w0rp
2017-06-05
Stop errors being generated when jobs are removed from the Dictionary before ...
w0rp
2017-05-27
Fix #584 - Fix Neovim line handling issues
w0rp
2017-05-21
Make the job handling code handle the scripts being reloaded better
w0rp
2017-05-20
#567 Try and fix NeoVim split line handling
w0rp
2017-05-16
Fix some problems with LSP functions
w0rp
2017-05-13
Add some functions for sending LSP commands to a process, and automatically s...
w0rp
2017-05-12
Automatically remove jobs from the internal map after they are done
w0rp
2017-05-12
Refactor jobs into a Vim version agnostic API which can be used for other pur...
w0rp