summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorw0rp <w0rp@users.noreply.github.com>2019-04-13 12:29:31 +0100
committerw0rp <devw0rp@gmail.com>2019-04-13 12:30:04 +0100
commit0059bcd1d05688f1b2b05cc7f34490384e235bc2 (patch)
treed875e533dfd6cd629abdb96f3a64658fa5b8ec17
parent9d0a55edec42094f9a17409b58bfff8d8cb4e63a (diff)
downloadale-0059bcd1d05688f1b2b05cc7f34490384e235bc2.zip
Merge pull request #2433 from belka-ew/bugfix/remove-otherproject-util-double
Remove otherproject#util#Double from d.vim
-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.