Andrew Radev
Andrew Radev
I've added some basic support to the main branch -- could you pull and try it out? If it works well for some of your real code, I'll write up...
It's funny, I was *just* fixing a very similar bug for a separate problem 😅. So at least I know what the issue is -- it should be fixed now.
I'll see what I can do about it. It shouldn't be particularly hard to pull off. I'd definitely appreciate a PR, if you can spare the time to try it...
I actually wouldn't try to be too clever about this. The way I imagine this particular example to work is in these phases: ``` dot A -> C; A ->...
Could you share more details? What filetype should I use to enable support? Is there something built-in, or do you use some external plugin for filetype support (syntax, indent, etc)?...
If you'd like to submit a WIP PR, I'd be happy to take a look and suggest fixes :+1: > I think the = in function definitions is throwing things...
Could you describe what kind of support you'd like? I don't really write C++, so I can't tell what would be useful. For instance, take a look at the recent...
Technically, you _can_ re-use splitters and joiners. If you take a look at the `ftplugin` directory, https://github.com/AndrewRadev/splitjoin.vim/tree/master/ftplugin, you'll notice that for each filetype there's a separate folder with a single...
@ViRu-ThE-ViRuS Do you mean the initializer list? I haven't worked on it, I'm afraid. I don't write C++ myself. I think I gave it a shot at the time, but...
Sorry for taking so long to get around to this. I think I've managed to implement splitting and joining at dot, although I'm worried about priorities. Basically, this code right...