summaryrefslogtreecommitdiff
path: root/autoload
AgeCommit message (Collapse)Author
2017-03-04Fix detailed messages with newline charactersw0rp
2017-03-04Remove a now redundant linew0rp
2017-03-03Fix cursor issues, and clean up the cursor testsw0rp
2017-03-02Merge remote-tracking branch 'upstream/master'Jasper Woudenberg
2017-03-02Address some feedbackJasper Woudenberg
2017-03-02Fix #373 - echo the cursor message after lint cycles or when leaving Insert modew0rp
2017-03-02Update sign regex for LANG = it_IT.UTF-8Manuel Unno Vio
I've noticed that signs weren't unplaced and, learning that this was an issue depending on locale and :sign place, I've fixed the regular expression used to match those messages in my locale (it_IT.UTF-8).
2017-03-01Add support for error detailsJasper Woudenberg
Some review needed.
2017-03-02proselint: Add more supported filetypes (#367)Daniel M. Capella
* proselint: Add more suported filetypes * proselint: Minor consistency fixes * Vim help: Disable linters by default
2017-02-26Copy all loclist items returned from handlers, and set up defaults for ↵w0rp
convenience
2017-02-21Fix #314 - quickfix should take precedence over loclist for jumpingw0rp
2017-02-21#314 filter both lists, and add tests to cover the list retrievalw0rp
2017-02-21Add an extra custom check for using endif instead of end, etc.w0rp
2017-02-21Merge pull request #348 from rob-b/add-hdevtools-linterw0rp
Add hdevtools linter for haskell
2017-02-17Add hdevtools linter for haskellRob Berry
This adds support for the hdevtools haskell linter https://github.com/hdevtools/hdevtools The output for hdevtools is near identical to the ghc output so this also extracts the ghc handler into the handle file and adds tests * Add testing for previous major release of ghc
2017-02-17Use a more reliable method for getting an ID for a jobw0rp
2017-02-17Prevent some stupid exceptionsw0rp
2017-02-16#254 Add an option for logging the output of commandsw0rp
2017-02-16#254 Capture command exit codes in the historyw0rp
2017-02-16Add an option for completely disabling command history, and add documentationw0rp
2017-02-16Refactor history management functions into their own filew0rp
2017-02-16Add hdevtools linter for haskellRob Berry
This adds support for the hdevtools haskell linter https://github.com/hdevtools/hdevtools The output for hdevtools is near identical to the ghc output so this also extracts the ghc handler into the handle file and adds tests
2017-02-15Fix #319 - Enable only cargo for Rust by defaultw0rp
2017-02-14#254 Add a command for copying ALEInfo to your clipboard quicklyw0rp
2017-02-14#254 Add command history to ALEInfow0rp
2017-02-14#338 Try and stop ALE from throwing ALEs when run from a sandboxw0rp
2017-02-13#274 - Fix airline integration when ALE is not loaded fullyw0rp
2017-02-13Output ALE global variables for :ALEInfow0rp
2017-02-13Include most linter variables in ALEInfow0rp
2017-02-13Fix a style issuew0rp
2017-02-13Actually catch all Job ID problemsw0rp
2017-02-13Highlighting should not filter linter messages without column infoninjawithaneedle
2017-02-13#283 Fix linting buffers with no filename, by creating a filename with a ↵w0rp
guess for the file extension
2017-02-13Fix #171 - Implement basic error highlightingw0rp
2017-02-11Feed files to commands via stdin by first writing the file to a temporary ↵w0rp
file, and then piping them in via the shell instead
2017-02-11Fix filename substitution, especially on Windowsw0rp
2017-02-11Replace every stdin-wrapper script with the new %t formatting supportw0rp
2017-02-11Fix Pug lintingw0rp
2017-02-11Use writefile() for temporary files, which works betterw0rp
2017-02-11Add support for temporary filename substitution, for replacing stdin_wrapperw0rp
2017-02-11Add support for managing temporary files/directoriesw0rp
2017-02-11Try and fix Travis builds againw0rp
2017-02-11Fix #116 - Send SIGKILL to processes if they don't respond to SIGTERMw0rp
2017-02-10Fix #283 Add an option for using ch_sendraw(), which can be better for some ↵w0rp
users
2017-02-09Fix #315 Implement the read_buffer optionw0rp
2017-02-09Make ALE complain when conflicting command options are usedw0rp
2017-02-09add ALEToggle command (#303)Daniel Lupu
* add ALEToggle command * stop active jobs when toggled off * small logic cleanup & ensure ale can be ran manually while toggled off
2017-02-09Revert "Add a Batch stdin wrapper script"w0rp
This reverts commit 76a03b07099ec32135be4c7d9a7283343972b0af.
2017-02-08#314 Use the quickfix list for jumping between errors if that is set instead ↵w0rp
of the loclist
2017-02-08#39 Don't send the Vim buffer to commands before the last in a chainw0rp