hakluke/how-to-exit-vim

Formatting for "The canonical way"

ML-Chen opened this issue · 2 comments

Currently, "The canonical way" is part of the code block under the SEO Manager way section:

:call libcallnr('libc.so.6', 'exit', 0)

## The canonical way
Credit: @ligurio

```vim
:!q

when it seems that it's meant to be its own section.

I'd suggest adding a ``` after :call libcallnr('libc.so.6', 'exit', 0).

sehe commented

Also, is it a joke that it says :!q instead of :q! or similar?

Looks like this has been fixed.