Add canonical way

This commit is contained in:
Sergey Bronnikov 2020-01-09 09:48:23 +03:00 committed by GitHub
parent d548420d77
commit 29aa91f80f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -378,3 +378,10 @@ Credit: @axelf4
```vim
:echom test_null_list()
```
## The canonical way
Credit: @ligurio
```vim
:!q
```