erw7
erw7
~https://github.com/libuv/libuv/pull/1850#issuecomment-393332568 problem is not solved. So I changed test of shared library to not compile on Windows. The cause of the build failure is that the required function(`make_program_args`, `quote_cmd_arg`, `make_program_env`)...
> looks like #2504 was merged, is this PR still relevant? I fixed it to match the change in #2504.
@vtjnash Since the main focus of this PR is to rename the static library, your suggestion is not acceptable. I don't understand why such a basic explanation is needed, but...
> still needs a rebase I rebased and squashed.
@andmis I assume you have some programming skills, why don't you implement it yourself? Please try reading `h :command` and `:h ` first.
I think the corresponding emoji is `U+1F1E9`+`U+1F1EA` from the Emoji Flag Sequence. At the moment, neovim cannot properly handle such emoji (Emoji Flag Sequence) as well as emoji modifiers, etc....
I'm not familiar with this part of neovim, but I suspect it would be difficult to fix this behavior. I suppose it's possible to change it to use a timer,...
If you use `uv_pipe()` to create a pipe to pass to `uv_spawn()`, you will be able to access `/dev/stdin` with `system()`. In my environment, #14102 will make `:echo system('cat /dev/stdin',...
This seems to be an issue that has already been fixed in vim in 8.2.1845 (https://github.com/vim/vim/commit/8d739de43b84ef7817b3b5b826d1cbfe7572a62a). 8.2.1845 is a fix for Vim9, but at least the following changes are needed...
Bisected to 34d41baf8a8e4ab8c006b7f29a8106e60e311aa2. `Cs` for `xterm-256color` is `\E]12;%p1%s\007`. Therefore, it should be necessary to set a string like `rgb:\x\{1,4}/\x\{1,4}/\x\{1,4}`, `#\x\{6}` (vim regular expression) or color name with `unibi_var_from_str()`. Ref. https://www.x.org/releases/X11R7.5/doc/man/man3/XParseColor.3.html#sect4...