Jan Ph. H.
Jan Ph. H.
This test case can be reduced to ```sh mkdir dir1 mkdir dir2 # insert file1.zig # insert file2.zig # pwd = xxx/src zig test dir1/file1.zig # success cd dir1; #...
> Does this warrant changing the name of the function? Probably, also the allocator field should also go away, and the allocator argument should go away. The allocator is needed...
Looks like Windows has a cache issue or spurious failure, I will force-push to confirm. ``` 2022-09-18T20:27:05.1849563Z error: FileNotFound 2022-09-18T20:27:05.1905805Z D:\a\1\s\stage3-release\lib\zig\std\os\windows.zig:1598:32: 0x7ff6253c0da6 in CreateProcessW (parent.exe.obj) 2022-09-18T20:27:05.1912422Z .PATH_NOT_FOUND => return error.FileNotFound,...
This fails with unused variable in debug: ``` FAILED: CMakeFiles/zigcpp.dir/src/zig_clang.cpp.o /deps/local/bin/zig c++ -target x86_64-linux-musl -mcpu=baseline -I/deps/local/include -I../deps/SoftFloat-3e/source/include -I../ -I. -I../src -I../src/stage1 -g -std=c++14 -DZIG_LINK_MODE=Static -Werror -Wall -Werror=implicit-fallthrough -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS...
**Workaround** (bash) for use case "copy last used command to reproduce broken output with sufficient width": `Alt-o` and `Alt-h` to get into visual mode for the vi keybindings. Then use...
I would suggest for the wiki to offer a simpler mapping without external plugins as more minimalistic example: ```lua -- keep windowing simple and fast M.window_hdyra = Hydra({ body =...
One possible side effect of this is that if key frequency is too fast, then keeping `>` pressed will deactivate of the hydra and do indentation instead.
The underlying bug is fixed and pressing `` continuously works. It still looks like the cursor jumps out, but I guess that is for drawing?! Anyway, the use case is...
~~state.c tells us that there is a major and minor mode, but there is also no doc about `nvim_get_mode`. Since the docs have entries on normal insertion mode, this looks...
Same reason applies as #387: Handling signaling graceful in all cases is complex.