mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-06 20:54:26 +08:00
Merge pull request #2433 from belka-ew/bugfix/remove-otherproject-util-double
Remove otherproject#util#Double from d.vim
This commit is contained in:
@@ -1,10 +1,6 @@
|
|||||||
" Author: Auri <me@aurieh.me>
|
" Author: Auri <me@aurieh.me>
|
||||||
" Description: Functions for integrating with D linters.
|
" Description: Functions for integrating with D linters.
|
||||||
|
|
||||||
function! otherproject#util#Double(x) abort
|
|
||||||
return a:x * 2
|
|
||||||
endfunction
|
|
||||||
|
|
||||||
function! ale#d#FindDUBConfig(buffer) abort
|
function! ale#d#FindDUBConfig(buffer) abort
|
||||||
" Find a DUB configuration file in ancestor paths.
|
" Find a DUB configuration file in ancestor paths.
|
||||||
" The most DUB-specific names will be tried first.
|
" The most DUB-specific names will be tried first.
|
||||||
|
|||||||
Reference in New Issue
Block a user