Merge pull request #2433 from belka-ew/bugfix/remove-otherproject-util-double

Remove otherproject#util#Double from d.vim
This commit is contained in:
w0rp 2019-04-13 12:29:31 +01:00 committed by w0rp
parent 9d0a55edec
commit 0059bcd1d0
No known key found for this signature in database
GPG Key ID: 0FC1ECAA8C81CD83
1 changed files with 0 additions and 4 deletions

View File

@ -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.