Remove the code for checking if functions exist. It breaks autoload functions

This commit is contained in:
w0rp
2017-05-19 09:49:00 +01:00
parent 1f4d1800e0
commit 4214832ae2
2 changed files with 5 additions and 20 deletions

View File

@@ -128,11 +128,6 @@ Expect(The first function should be used):
^b
^c
Execute(ALEFix should complain for missing functions):
let g:ale_fixers.testft = ['XXX', 'YYY']
AssertThrows ALEFix
AssertEqual 'Vim(echoerr):Invalid fixers used: [''XXX'', ''YYY'']', g:vader_exception
Execute(ALEFix should use functions from the registry):
call ale#fix#registry#Add('add_carets', 'AddCarets', [], 'Add some carets')
let g:ale_fixers.testft = ['add_carets']