summaryrefslogtreecommitdiff
path: root/autoload/ale/job.vim
AgeCommit message (Expand)Author
2019-02-15Fix #2295 - Respond to initialize with an initialized messagew0rp
2019-02-08#2009 - Force Windows jobs to run in a CMD shellw0rp
2019-02-06#2132 - lint and fix with ale#command#Runw0rp
2019-01-03Clean up the new g:ale_shell code. Use it for Windowsw0rp
2019-01-02change ale to use value of g:ale_shell regardless of what it isHolden
2018-12-28address PR feedback by fixing docs and hardcoding bash to use -c on fish and ...Holden
2018-12-07Add initial support for settings to overwrite ale shellHolden
2018-09-06Fix #1800 - Enable non-blocking writes where availablew0rp
2018-09-04Improve ALE project style checkingw0rp
2018-07-02#830 Implement a socket wrapper API for use with LSP connectionsw0rp
2018-05-28#1524 - Define global variables where they are neededw0rp
2018-04-12Fix #1495 - Fall back to /bin/sh when shell=pwshw0rp
2018-04-10#1486 - Default exit_code to 1, if it isn't set.w0rp
2018-01-17Fix #1298 - Escape commands for PowerShellw0rp
2017-12-26Fix #1251 - Handle an empty list in the line callback when NeoVim crashesw0rp
2017-12-20Fix #1115 - Add support for wrapping all commands with an optionw0rp
2017-11-06#1006 Fix raw message handling for LSP support in NeoVimw0rp
2017-11-04Fix #1058 - Ignore all errors with bad calls to jobstop() in NeoVimw0rp
2017-10-03Fix typosrhysd
2017-08-28Handle jobstart() returning -1 in the NeoVim 0.2.0, just in casev1.5.0w0rp
2017-08-11Ban !=# and !=? from the codebasew0rp
2017-08-08Ban use of ==# or ==? in the codebase, and prefer is# or is? insteadw0rp
2017-07-26Remove channel loggingw0rp
2017-07-26#517 Add more code LSP support which makes the tssserver linter behave more l...w0rp
2017-07-10Fix #749 - Use /bin/sh when the shell is fishw0rp
2017-06-14Fix #649 - Support tsserver linting for NeoVimw0rp
2017-06-06Simplify job cleanup codew0rp
2017-06-05Stop errors being generated when jobs are removed from the Dictionary before ...w0rp
2017-05-27Fix #584 - Fix Neovim line handling issuesw0rp
2017-05-21Make the job handling code handle the scripts being reloaded betterw0rp
2017-05-20#567 Try and fix NeoVim split line handlingw0rp
2017-05-16Fix some problems with LSP functionsw0rp
2017-05-13Add some functions for sending LSP commands to a process, and automatically s...w0rp
2017-05-12Automatically remove jobs from the internal map after they are donew0rp
2017-05-12Refactor jobs into a Vim version agnostic API which can be used for other pur...w0rp