George Anderson Guimarães
George Anderson Guimarães
I tried to extract salary information with the awk below. Seems to be about right. ``` #!/bin/awk -f BEGIN { FS="," TOT=0 MIN=1000000 SUM=0 } /[0-9]{5,6}/ { for (i=1;i MAX...
I would love to see this one merged and released soon.
@Vitaly-S-Pavlenko I cannot reproduce that. I'm able to navigate with the arrows just fine. I'm on Windows 10 Enterprise.
I reproduced this in `NVIM v0.8.4-dev-2+gb1ae775de` and can confirm that installing `xsel` seemed to have resolved the issue. I don't have xclip, but I also use `win23yank.exe` per recommend at...
Yep, it works, but it's very slow. Doesn't seem like a good solution. Having `win32yank.exe` in the path plus installing `xsel` "just works". No configuration, and it's fast. By the...