Anton Petrov
Anton Petrov
But I'm not sure if this is a bug actually, since https://github.com/tpope/vim-dispatch/commit/b0ce64720d11f11239e48efe01a101b93f5bfa70 Probably we need just`call s:cgetfile(request, 0, 1)`here.
I'm pretty sure there is no such thing in the plugin, but I guess it'd extremely useful. ATM I'm using macros like this`let @s='?/\^?s+2y/\("\|\$\):lvimgrep /"/j features/**/*.feature:lopen'` Hopefully someone could suggest...
Fix is obvious and don't need any comments. But it took a lot of time, because I've never seen vim-script before :)