Jan Edmund Lazo
Jan Edmund Lazo
This is valid longstanding bug because Vim adjusts the shell-related options for Windows if the tail of the filepath for `shell` option contains `sh`. It likely was removed in the...
I suggest writing all commands to a temporary batchfile like what I did https://github.com/junegunn/fzf/blob/master/plugin/fzf.vim. It works for the grep and ag commands in https://github.com/junegunn/fzf.vim. If not, use `/s` and wrap...
It silently crashes with no display,popup, or message box for following version. ``` NVIM v0.3.0-1221-g8d40b3617 Build type: RelWithDebInfo LuaJIT 2.0.5 Compilation: C:/msys64/mingw64/bin/gcc.exe -Wconversion -DNVIM_MSGPACK_HAS_FLOAT32 -DNVIM_UNIBI_HAS_VAR_FROM -O2 -g -DMIN_LOG_LEVEL=3 -Og -g...
For reference, neovim-gtk and nyaovim can load multiple text files using the same file glob so this problem is likely on how neovim-qt passes its arguments to nvim.
Powershell. I pass `--` before the filepath to avoid the crash.
`find .` on a cold cache can get stuck running even after `Ctrl-C`. I had to use ConEmu to force-kill `find`. It should be fine after a few runs to...
@drazde https://github.com/junegunn/fzf/wiki/Windows#fzf-outputs-character-set-not-supported-when-term-environment-variable-is-set
On Vim, there is `has('conpty')` and `termmode` option from https://github.com/vim/vim/commit/aa5df7e3127dff6b7336df0903f5c569a40eb174. `termmode` is renamed to `termwintype` in https://github.com/vim/vim/commit/c6ddce3f2cf6daa3a545405373b661f8a9bccad9. There is an open PR on Neovim for `has('conpty')`. If https://github.com/microsoft/terminal is the...
Can't debug without init.vim