diff options
Diffstat (limited to 'autoload/ale/handlers/ruby.vim')
-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. |