summaryrefslogtreecommitdiff
path: root/autoload/ale/events.vim
AgeCommit message (Expand)Author
2020-08-28Close #3309 - Add b:ale_lint_delayw0rp
2020-08-04#1532 - Display hover information on CursorHoldw0rp
2019-06-10Lint on InsertLeave, not in insert mode by defaultw0rp
2018-11-11Merge pull request #2056 from luan/virtualtextw0rp
2018-11-10Fix #1960 - Do not fix files on :wqw0rp
2018-11-06Move virtualtext handling to own fileLuan Santos
2018-11-05Add support for nvim's virtualtext on cursorLuan Santos
2018-09-14#1889 Add support for automatically previewing messages based on the cursor p...w0rp
2018-07-17Fix #1619 - Rewrite lint on enter events so they behave betterw0rp
2018-07-03#1524 Avoid loading cursor code until engine code has been loadedw0rp
2018-06-20Set up most of the autocmd events in one groupw0rp
2018-06-19Move ClockMilliseconds to events, so fewer files are loaded some timesw0rp
2018-06-19Move the initialization of augroups to then events filew0rp
2018-04-13#1501 Pass the buffer number from BufWritePost on to ale#fix#Fixw0rp
2017-10-30#857 - Add b:ale_fix_on_save for controlling fixing on save for specific buffersw0rp
2017-10-17#904 - Allow linting to run on save a second after :q failsw0rp
2017-10-14#904 Do not run linters on :wq or :xw0rp
2017-09-02#505 - Do not lint files on enter if the option for linting when the filetype...w0rp
2017-08-22#653 - Always set loclist or quickfix in a timer callback, which prevents err...w0rp
2017-08-20#653 - Jump to the position which Vim does not jump to for moving from quickf...w0rp
2017-08-20#653 - Automatically accept annoying loclist and quickfix errors from Vimw0rp
2017-08-14Set up one BufEnter event used for everything, and add tests for linting when...w0rp
2017-08-08Fix #271 - Add the ability to open the quickfix or loclist windows only after...w0rp
2017-08-01#734 - Use the buffer number from the events for entering buffers and saving ...w0rp
2017-06-24Fix #687 - Check files on enter if they have changedw0rp
2017-05-30#591 Support fixing files on savew0rp