parent
8c5081f631
commit
c21d6afd2f
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue