mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-10 22:41:52 +08:00
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
function! s:GetDUBCommand(buffer) abort
|
function! s:GetDUBCommand(buffer) abort
|
||||||
" If we can't run dub, then skip this command.
|
" If we can't run dub, then skip this command.
|
||||||
if !executable('dub')
|
if executable('dub')
|
||||||
" Returning an empty string skips to the DMD command.
|
" Returning an empty string skips to the DMD command.
|
||||||
let l:config = ale#d#FindDUBConfig(a:buffer)
|
let l:config = ale#d#FindDUBConfig(a:buffer)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user