erw7
erw7
If `libtermkey` does not use `unibilium`, `driver-ti` will not work because it is passing `the long terminfo names` to `tigetstr` instead of `the short terminfo names`. This will fix that...
- Fix issue that can't build on Cygwin. - ~Add installation targets to Windows.~ - ~Fix an issue that can't be compiled with MSVC in specific language environment.~ - Fix...
#18122 has not yet been corrected in `MinGW`(`MinGW-W64`). We need to change `CMakeList.txt` to use `gcc`(`c:\msys64\ucrt64\bin\gcc.exe`) which uses `UCRT`. This requires the following changes. - Ensure that the C runtime...
### Problem `exepath` is set to `PATH` twice. Perhaps `exepath` was added in `tui` and more `exepath` was added in `server`. The design of #18375 is wrong. The TUI and...
- `nvim --version`: NVIM v0.5.0-164-g3b3a40978 - `vim -u DEFAULTS` (version: ) behaves differently? N/A - Operating system/version: N/A - Terminal name/version: N/A - `$TERM`: N/A ### Steps to reproduce using...
+ Change to use nimsuggest, when nimsuggest existed. + Windows support added.
Fixed a problem that creation of temporary files failed when editing files other than the current directory.