summaryrefslogtreecommitdiff
path: root/test/test_autocmd_commands.vader
AgeCommit message (Collapse)Author
2022-10-29codespell: fix spelling errors picked out by `codespell` (#4343)Ben Boeckel
2020-08-28Close #3309 - Add b:ale_lint_delayw0rp
2020-08-04#1532 - Display hover information on CursorHoldw0rp
2019-09-12Add ALERename (tsserver & LSP), ALEOrganizeImports (tsserver) and auto ↵Jerko Steiner
import support (tsserver) (#2709) This commit adds support for renaming symbols in tsserver and with LSP tools, and for organising imports with tsserver. Completion results for symbols that can be imported are now suggested if enabled for tsserver completion done via ALE.
2019-06-10Lint on InsertLeave, not in insert mode by defaultw0rp
b:ale_lint_on_insert_leave is now supported as tests need it. These defaults are saner and cause fewer issues for users by default.
2018-09-17Test that we CleanupEveryBuffer when vim supports itFelipe Sere
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 the initialization of augroups to then events filew0rp
2018-06-19Avoid calling ALE cleanup code if ALE never tried to check a bufferw0rp
2018-04-23Move autocmd commands out of the toggle file, to improve load timesw0rp
2017-12-19Clean up ALE linter buffer data when buffers are deleted, not unloadedw0rp
2017-11-11#1095 Apply all patterns for g:ale_pattern_options, instead of just the ↵w0rp
first match
2017-10-30#857 - Add b:ale_fix_on_save for controlling fixing on save for specific buffersw0rp
2017-10-28#817 Move code for toggling ALE to its own filew0rp
2017-10-14#904 Do not run linters on :wq or :xw0rp
2017-10-14Rename the autocmd test file, as I can never remember the old namew0rp