From 0059bcd1d05688f1b2b05cc7f34490384e235bc2 Mon Sep 17 00:00:00 2001 From: w0rp Date: Sat, 13 Apr 2019 12:29:31 +0100 Subject: [PATCH] Merge pull request #2433 from belka-ew/bugfix/remove-otherproject-util-double Remove otherproject#util#Double from d.vim --- autoload/ale/d.vim | 4 ---- 1 file changed, 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 " 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.