summaryrefslogtreecommitdiff
path: root/autoload/ale/fix.vim
AgeCommit message (Expand)Author
2021-03-01Close #2281 - Separate cwd commands from commandsw0rp
2020-09-08Close #3333 - Add an ALECompletePost eventw0rp
2020-08-29Add a missing `augroup END` linew0rp
2020-08-29#3319 - Try to modify buffers later for ALEFixw0rp
2020-08-28Fix #3323 - Set default for g:ale_filename_mappingsw0rp
2020-08-23Close #2556 - Support filename mappingw0rp
2020-08-18Remove features deprecated in previous versionsw0rp
2019-12-29Add old check for bufline apiJerko Steiner
2019-10-22Rename ale#fix#SetBufferContents to ale#util#SetBufferContentsJerko Steiner
2019-10-09Do not save for ALERename and ALEOrganizeImportsJerko Steiner
2019-09-20Fix #2744 - Make ALEFix work when only casing is changedw0rp
2019-09-19Fix #2711 - Fix writing to files on savew0rp
2019-06-04Make ale_lint_on_save work with b:ale_fix_on_save = 1w0rp
2019-05-27fix neovim missing setbuflineJacques Kvam
2019-05-20Close #1739 - Use deletebufline() for fixing files were availablew0rp
2019-05-13Fix #2497 - ALE should not lint on save when disabled after fixingw0rp
2019-04-16Fix #1930 - Finish ale_fix_on_save_ignorew0rp
2019-04-15#1930 - Add ale_fix_on_save_ignore for disabling some fixers on savew0rp
2019-04-07Close #2132 - Add deprecation warnings for old featuresw0rp
2019-02-26#2132 - Set up fixers for deferred supportw0rp
2019-02-22Revert "#2132 Change (buffer, lines) fixer functions to (buffer, done, lines)"w0rp
2019-02-21#2132 - Implement deferred command handling for lintersw0rp
2019-02-08#2132 Implement deferred objects for ale#command#Runw0rp
2019-02-06#2132 - lint and fix with ale#command#Runw0rp
2019-01-26#2132 Unify temporary file management in command.vimw0rp
2019-01-12#2132 Move CreateTemporaryFileForJob calls into FormatCommandw0rp
2018-12-18#2132 Change (buffer, lines) fixer functions to (buffer, done, lines)w0rp
2018-09-19#1872 Remove extra carriage returns when fixing files on Windowsw0rp
2018-09-04Improve ALE project style checkingw0rp
2018-07-25Switch to v:t_ variables for type checksw0rp
2018-07-22Remove the redundant fix_buffer_data vars and filename variablesw0rp
2018-07-05Support formatting escaped executable names into commands with %ew0rp
2018-07-04Optimise ale#Var a littlew0rp
2018-06-21Close #1417 - Support wildcard filetypes for fixersw0rp
2018-05-03#1503 Call setline() after `d`, in case there are folds at the end of the filew0rp
2018-04-18Add information that ALEFix can now accept argumentsfenuks
2018-04-18Make ALEFix support argumentsfenuks
2018-04-13#1501 Pass the buffer number from BufWritePost on to ale#fix#Fixw0rp
2018-03-17Add ALEFixPre and ALEFixPost eventsMartin Tournoij
2018-02-18Fix #1336 - Print a friendly message when using invalid function names for fi...w0rp
2017-12-20Fix #1115 - Add support for wrapping all commands with an optionw0rp
2017-11-25Delete to black hole register in fixerMartin Tournoij
2017-11-22Fix lambda and funcref chain valuesw0rp
2017-11-22Add support for post-processing fixer outputw0rp
2017-11-22Disable piping buffer data into commands for fixing files where neededw0rp
2017-11-22Make fixing ignore empty output betterw0rp
2017-11-15Complain about stray echo lines in the codebasew0rp
2017-11-11#1108 Support selecting fixers with Listsw0rp
2017-11-07Fix #1086 - Implement command chaining for fixersw0rp
2017-11-07Tell users when a fixer does not exist, and make the no fixers message softerw0rp