Jon Leighton
Jon Leighton
http://vimcasts.org/ might be a good place to look for inspiration :)
I got close to implementing this like so: ``` vim command! -bang -nargs=? -complete=dir Buffers \ call fzf#vim#buffers(, {'options': [ \ '--bind', \ 'ctrl-f:reload(' . $FZF_DEFAULT_COMMAND . '| sed "s/.*/\t\0\t\0/")+'...
Yes, I reckon so.
Yeah, proper use of `only` and `except` prevents this, but I still think it would be nice to return a 404 by default rather than the "constant not found" error...
Would be good to see the patch if you've written it anyway!
Sweet, patch looks good but the build seems to be broken: https://travis-ci.org/jonleighton/focused_controller/builds/5760415 any ideas?
@bjeanes The problem for me with `:create => :new` is the direction of the arrow. It goes the other direction that for `class Create < New` @h-lame I don't think...
@avdi the problem with using a module is that you can't do stuff like `expose` in there. in theory we could provide a way of constructing "modules" that can use...
Hmm. The first solution isn't great because rcov will report that line as un-tested. The second - I'd prefer not as this is something which will easily confuse somebody who...
I experience this issue semi-frequently too with Firefox / Arch Linux.