From cf14d0aa53e9b51f4987dbfd3913183901bb2805 Mon Sep 17 00:00:00 2001 From: w0rp Date: Sat, 26 Jan 2019 19:33:52 +0000 Subject: #2132 Unify temporary file management in command.vim --- ale_linters/cs/mcsc.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ale_linters/cs/mcsc.vim') diff --git a/ale_linters/cs/mcsc.vim b/ale_linters/cs/mcsc.vim index 1561661e..a169297c 100644 --- a/ale_linters/cs/mcsc.vim +++ b/ale_linters/cs/mcsc.vim @@ -30,7 +30,7 @@ function! ale_linters#cs#mcsc#GetCommand(buffer) abort " register temporary module target file with ale " register temporary module target file with ALE. - let l:out = ale#engine#CreateFile(a:buffer) + let l:out = ale#command#CreateFile(a:buffer) " The code is compiled as a module and the output is redirected to a " temporary file. -- cgit v1.2.3