summaryrefslogtreecommitdiff
path: root/autoload
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2019-04-13 07:59:01 +0200
committerEugen Wissner <belka@caraus.de>2019-04-13 07:59:01 +0200
commit751838621a6e33727ee16f5cb9e2a4c0465a2cfe (patch)
tree0c6ce944e784481f4baeeae61750cc990364e176 /autoload
parentd7395906ba0f9aca2fb1a6c32df236bfd4ab32f6 (diff)
downloadale-751838621a6e33727ee16f5cb9e2a4c0465a2cfe.zip
Remove otherproject#util#Double from d.vim
Diffstat (limited to 'autoload')
-rw-r--r--autoload/ale/d.vim4
1 files changed, 0 insertions, 4 deletions
diff --git a/autoload/ale/d.vim b/autoload/ale/d.vim
index 2cbfda0d..0e232203 100644
--- a/autoload/ale/d.vim
+++ b/autoload/ale/d.vim
@@ -1,10 +1,6 @@
" 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.