From fe51866dfc1dd8e6ed30cc5946c3a8093282cb9c Mon Sep 17 00:00:00 2001 From: w0rp Date: Tue, 25 Apr 2017 20:50:56 +0100 Subject: Credit the original author of the Ruby handler --- autoload/ale/handlers/ruby.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/ale/handlers/ruby.vim b/autoload/ale/handlers/ruby.vim index 106526b8..555c13b1 100644 --- a/autoload/ale/handlers/ruby.vim +++ b/autoload/ale/handlers/ruby.vim @@ -1,4 +1,4 @@ -" Author: Matthias Guenther https://wikimatze.de +" Author: Brandon Roehl - https://github.com/BrandonRoehl, Matthias Guenther https://wikimatze.de " " Description: This file implements handlers specific to Ruby. -- cgit v1.2.3