Lukas Galke

Results 21 comments of Lukas Galke

https://github.com/AndrewRadev/splitjoin.vim/issues/105

Why do checks fail after just dropping a single `echo` statement, whereas previous commits succeeded? Strange.

Thanks. Where exactly can I find the comments you left in the code?

Hmm, I still cannot access the review comments :cry:

Thanks. I merged the commit with the test cases and will continue working on the PR. :+1:

Be aware that there are cases, in which retaining the bars is the desired behaviour, such as in an (auto-) command. For example, I have this command living in my...

Yes something like `"this is a label"` is also allowed, but as far as I know, those two options are the only ones. `\i\+` or `"[^"]\+"`. I will create a...

Hey @AndrewRadev, Just to let you know, I am making some progress: split is already working (but not robust yet). For the joining, I encountered a little algorithmic problem: In...

+1 I need to draw bounding boxes in an existing pdf. Could not find a javascript-way yet..