rwxguo

Results 23 comments of rwxguo

BTW, to make code clean, I would further change my cygwin checking to using the `go#util#IsCygwin` created in this [PR](https://github.com/fatih/vim-go/pull/3611#pullrequestreview-1795474217) after it's merged.

@bhcleek Totally agree. Thanks for your kind reply and detailed explanation. Thanks for keeping an eye on my changes, that's very kind of you, and your direction is totally correct....

@bhcleek Thank you for your guide and instruction. I added cygwin detection `go#util#IsCygwin`. The reason using `uname` to check the platform is inspired by the [maven-wrapper](https://github.com/takari/maven-wrapper/blob/2b2c15adc38acfcf17533f5d7aff220ba87256ba/mvnw#L49) project, which is widely...

By the way, I found there is a util function `go#util#IsUsingCygwinShell` which might not correct, because it uses `go#util#IsWin`, but based on my above testing result, `go#util#IsWin` always return 0...

As CYGWIN uses `cygstart` instead of `start`, but MSYS2 and GitBash uses `start`, I made the cygwin checking as a seprated "elseif", and use `rundll32` instead of `start rundll32` or...

I'm on windows, use the following keymap as highlighting words is not a frequent action as copy/paste does : { "keys": ["ctrl+super+j"], "command": "text_marker" }, { "keys": ["ctrl+super+h"], "command": "text_marker_clear"...

Now, by configuring text marker setting file, user can define at least 10+ colors and mark accordingly in order. pls check updated readme.

Any PDF will cause the issue. Maybe only happen on my PC.. Please find the following screen-cap: ![image](https://github.com/user-attachments/assets/3c0b4bb8-5c02-41b1-887d-3380176cf6bf)

> It could be that it for some reason loads some wrong dll file. > > You could: > > * Get https://docs.microsoft.com/en-us/sysinternals/downloads/listdlls > > * Start PDF Arranger 1.11...