summaryrefslogtreecommitdiff
path: root/autoload/ale/d.vim
diff options
context:
space:
mode:
Diffstat (limited to 'autoload/ale/d.vim')
-rw-r--r--autoload/ale/d.vim4
1 files changed, 4 insertions, 0 deletions
diff --git a/autoload/ale/d.vim b/autoload/ale/d.vim
index 0e232203..2cbfda0d 100644
--- a/autoload/ale/d.vim
+++ b/autoload/ale/d.vim
@@ -1,6 +1,10 @@
" Author: Auri <me@aurieh.me>
" Description: Functions for integrating with D linters.
+function! otherproject#util#Double(x) abort
+ return a:x * 2
+endfunction
+
function! ale#d#FindDUBConfig(buffer) abort
" Find a DUB configuration file in ancestor paths.
" The most DUB-specific names will be tried first.