clipbaord internals ques

2020-05-17 Thread M Kelly
Hi, Just curious, what is the mechanism by which vim saves to the clipboard ? For example if I am on a X11 system but in termnal vim and I have clipboard set to unnamed and I highlight in visual mode some lines and then y(ank) them - does vim use OSC 52 ? Or does it (even tho its the terminal)

Re: Starting Native Windows GVim 8.2 from MinGW Git Bash

2020-05-17 Thread Alessandro Antonello
Hi, Joganns. Years ago, when I was using Windows, I had the same problem with a different environment. I was using Msys2 (https://www.msys2.org/) to have e little "Linux" environment in the Windows box. My solution was alike. I built a bash script that put the GVim process in background. I never