Andrew Radev

Results 225 comments of Andrew Radev

Hm, this is odd. I tried to set up your vimfiles locally, but I'm not getting that error (though I did have to remove CoC, it wasn't installing properly locally...

I've pushed another attempt at a fix. Could you try it out now, let me know if there's any difference?

Let's try this step by step. First, I'd like you to try directly searching for that pattern by pressing `/` to start a search and pasting `\m^diff --git \zs.\+\ze `....

Let's try a few one by one, see which ones hit. It's strange to me that they don't work, since I used your config as well: - `\mdiff --git \zs.\+ze...

Sorry for ignoring this issue for quite a while. I think I kept postponing it, because I wanted to implement a general "global" setup. Instead, to provide at least something...

Update: I've merged the branch, since I've found it pretty useful for bash myself.

@i-am-the-slime Well, as you can see, I haven't touched it in a while 😅. I don't write haskell myself, so I haven't had a chance to test it out. Would...

Another example I ran into that hits the same issue, I think: ``` ruby output: { 'loglevel' => 'fatal', vf: 'scale=\'min(400\, iw):min(400\, ih)\':force_original_aspect_ratio=decrease', }.freeze, ``` ![2022-12-23-202151_1920x1080_scrot](https://user-images.githubusercontent.com/124255/209391726-8762193c-a07c-4ad4-84ef-28a2460f1918.png) I managed to patch...

The indentation for that line doesn't come from vim-ruby, it comes from the HTML indenting. The way that this indent script works is, it checks if the line you're indenting...

Wow, I think I'd actually swapped around the vertical split positioning by accident 😅. I swapped them around and vertical splits should now be restored in their correct position. I...