Skip to content

Commit

Permalink
Merge pull request #2433 from belka-ew/bugfix/remove-otherproject-uti…
Browse files Browse the repository at this point in the history
…l-double

Remove otherproject#util#Double from d.vim
  • Loading branch information
w0rp committed Apr 13, 2019
1 parent 9d0a55e commit 0059bcd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions autoload/ale/d.vim
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 0059bcd

Please sign in to comment.