diff options
author | w0rp <devw0rp@gmail.com> | 2017-04-25 20:50:56 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-04-25 20:50:56 +0100 |
commit | fe51866dfc1dd8e6ed30cc5946c3a8093282cb9c (patch) | |
tree | cc112ef1293e508d0c9326e73127cd86c31df96d | |
parent | c55064881db1543aa6dbbf2490623064daa6b935 (diff) | |
download | ale-fe51866dfc1dd8e6ed30cc5946c3a8093282cb9c.zip |
Credit the original author of the Ruby handler
-rw-r--r-- | autoload/ale/handlers/ruby.vim | 2 |
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. |