summaryrefslogtreecommitdiff
path: root/autoload
diff options
context:
space:
mode:
authorw0rp <w0rp@users.noreply.github.com>2019-04-13 12:29:31 +0100
committerGitHub <noreply@github.com>2019-04-13 12:29:31 +0100
commit6428162f792c4ed5905cc316b4099824c1af2fb2 (patch)
tree49eac719f52a3f095cbf0bc49dc383897a8faf61 /autoload
parent2ed53108c4f000e0a36a79c4317dad4fdfb545fe (diff)
parent751838621a6e33727ee16f5cb9e2a4c0465a2cfe (diff)
downloadale-6428162f792c4ed5905cc316b4099824c1af2fb2.zip
Merge pull request #2433 from belka-ew/bugfix/remove-otherproject-util-double
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.