mirror of
https://github.com/hakluke/how-to-exit-vim.git
synced 2025-05-02 11:46:16 +02:00
Update README.md
This commit is contained in:
parent
230f2a5e43
commit
2ca7c2fbc8
1 changed files with 4 additions and 0 deletions
|
@ -831,3 +831,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.
|
||||||
|
|
||||||
|
## The howtobasic way
|
||||||
|
|
||||||
|

|
||||||
|
|
Loading…
Add table
Reference in a new issue