Andrew Radev
Andrew Radev
That's a good point. I've pushed a new setting, called `vim_split_whitespace_after_backslash`, it's set to 1 by default, but you could set it to 0 with: ```vim let g:splitjoin_vim_split_whitespace_after_backslash = 0...
> It's also worth noting that not adding a space may result in surprising semantics as well. That's a fair point. I'm starting to think a preference is not the...
No, that's fine -- the definitions are all attempted, and the "smallest" match wins. The problem is that the pattern is surrounded by double-quotes, and those evaluate backslashes. If you...
@pooriar I've added support to the repo in the [eruby-classes](https://github.com/AndrewRadev/sideways.vim/tree/eruby-classes) branch. Could you try it out and see if the patterns in that form work?
:+1:
The way that the colors are initialized is through syntax highlighting, when you start a game, the scratch buffer should be set to the filetype `gnugo`, which has a syntax...
I guess you mean in the quickfix list when you use `:BookmarkQf`? The problem is that this is how the quickfix list works, the filename is first, then the line...
Hm, it's tricky. I compiled and ran the code in 32-bit mode, I had to include a missing header, and I'm getting the same thing. I added some debug statements...
@ndavd Alright, managed to get it compiling: The relevant commit is this: The following command-line produces a monochrome image with dithering, the `v` creates a preview BMP image: ``` ./b2d...
If you're having issues with locales, you should be able to use standard rails 3 routing to do the trick. You see, at the time, I wanted to generate routes...