w0rp

Results 198 comments of w0rp
trafficstars

The advice above is good. We can just copy the same exact lines of code that do it right and add a copyright attribution. Why implement something from scratch when...

> FYI there is a pending native "diff" pull request pending for vim written properly in C and capable of outputting everything that's needed for LSP here: [vim/vim#12321](https://github.com/vim/vim/pull/12321). > >...

I think you're right, and this isn't hard to implement.

I haven't thought of a good way to handle this. If you have some ideas, feel free to submit a pull request.

ALE shouldn't be sent the `workspace/configuration` requests from the server as we indicate we don't support that in the `initialize` message we send to the server. (`intializationOptions.capabilities.workspace.configuration === false`) I...

> Maybe this is too low prioritized to actually happen, but I it seems strange to consider it a _wontfix_. No one said it was "wontfix." It's just not a...

I'll note that this issue will remain open and I'd like it to be handled. I just don't have the time to handle it myself. If someone has an elegant...

Interesting. I'll give it a try.

This will be due to some silly Vim logic where calling a function like `writefile` wipes the undo list.

@vimpostor I'm keeping Vim 8.0 support for this version of ALE. I'll still wait a few years before I make Vim 9.0 the minimum supported version, and then we can...