Jeff Schoolcraft

Results 7 comments of Jeff Schoolcraft

Any updates on when/if this is happening?

Here's how to reproduce: 1. install https://github.com/tpope/vim-rails ``` $ mkdir -p config/locales/foo.en.yml $ echo "hello: world" > config/locales/foo.en.yml $ nvim config/locales/foo.en.yml # and then :YAMLView ``` The filetype is being...

Tested. Thanks for the quick turnaround on this.

Haven't used Limechat in a while, might be a bit before I get to look at this.

Alright, I'll look at it this weekend. ## Jeff Schoolcraft On Friday, November 23, 2012 at 9:21 AM, Marcus Kammer wrote: > Same error here. https://gist.github.com/4135840 > > — >...

Thanks, I haven't used Limechat in quite a while, it might be a bit before I can look at this, happy to accept pull requests :)

I'm late to the party but I can reproduce both of the config issues: - #28 - #26 Gemfile: ``` source 'https://rubygems.org' gem 'rake' gem 'quarto', github: 'avdi/quarto' ``` It's...