Re: [PATCH] netrw: make gx work again

2021-05-30 Thread Felipe Contreras
On Sun, May 30, 2021 at 3:11 PM Felipe Contreras wrote: > > vim v8.1.1714 introduced a huge regression that basically made gx > unusable (see issue #4738) thanks to 85850f3a5 (Update runtime files, > 2019-07-19). Please don't reply to the original mail, reply to this one. I never get right Campbe

[PATCH] netrw: make gx work again

2021-05-30 Thread Felipe Contreras
vim v8.1.1714 introduced a huge regression that basically made gx unusable (see issue #4738) thanks to 85850f3a5 (Update runtime files, 2019-07-19). The gx mapping used to call CheckIfRemote() which always returned 0, When vim was updated to version 165 it was changed to CheckIfRemote(netrw#GX()),