Merge pull request #108 from ligurio/patch-1

Add canonical way
This commit is contained in:
Luke Stephens (hakluke) 2020-01-09 23:15:39 +10:00 committed by GitHub
commit 382beae0d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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