mirror of
https://github.com/hakluke/how-to-exit-vim.git
synced 2025-06-17 18:11:56 +02:00
Add No way
This commit is contained in:
parent
30077d63c5
commit
6c464ebb11
1 changed files with 4 additions and 0 deletions
|
@ -824,3 +824,7 @@ echo "pub fn main() !noreturn { unreachable; }" > vimkill.zig; zig build-exe vim
|
||||||
```
|
```
|
||||||
|
|
||||||
This eventually [exhausts memory](https://github.com/ziglang/zig/issues/3461) on the machine which gives the OOM killer a chance to kill vim.
|
This eventually [exhausts memory](https://github.com/ziglang/zig/issues/3461) on the machine which gives the OOM killer a chance to kill vim.
|
||||||
|
|
||||||
|
## No way
|
||||||
|
|
||||||
|
skip ...
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue