summaryrefslogtreecommitdiff
path: root/autoload
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2017-04-25 20:50:56 +0100
committerw0rp <devw0rp@gmail.com>2017-04-25 20:50:56 +0100
commitfe51866dfc1dd8e6ed30cc5946c3a8093282cb9c (patch)
treecc112ef1293e508d0c9326e73127cd86c31df96d /autoload
parentc55064881db1543aa6dbbf2490623064daa6b935 (diff)
downloadale-fe51866dfc1dd8e6ed30cc5946c3a8093282cb9c.zip
Credit the original author of the Ruby handler
Diffstat (limited to 'autoload')
-rw-r--r--autoload/ale/handlers/ruby.vim2
1 files changed, 1 insertions, 1 deletions
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.