mirror of
https://github.com/dense-analysis/ale.git
synced 2026-02-02 16:15:42 +08:00
#2017 Add support for display results from other sources
This commit is contained in:
@@ -23,7 +23,7 @@ Before:
|
||||
autocmd!
|
||||
autocmd User ALEFixPre let g:pre_success = 1
|
||||
autocmd User ALEFixPost let g:post_success = 1
|
||||
augroup end
|
||||
augroup END
|
||||
|
||||
if !has('win32')
|
||||
let &shell = '/bin/bash'
|
||||
@@ -180,7 +180,6 @@ After:
|
||||
unlet! g:ale_emulate_job_failure
|
||||
unlet! b:ale_fixers
|
||||
unlet! b:ale_fix_on_save
|
||||
augroup! VaderTest
|
||||
delfunction AddCarets
|
||||
delfunction AddDollars
|
||||
delfunction DoNothing
|
||||
@@ -204,6 +203,12 @@ After:
|
||||
delfunction FixWithJSONPostProcessing
|
||||
delfunction JSONPostProcessor
|
||||
|
||||
augroup VaderTest
|
||||
autocmd!
|
||||
augroup END
|
||||
|
||||
augroup! VaderTest
|
||||
|
||||
call ale#test#RestoreDirectory()
|
||||
|
||||
call ale#fix#registry#ResetToDefaults()
|
||||
|
||||
Reference in New Issue
Block a user