Add method (ab)using test_null_list()

Get Vim to try to convert a null value to a string in order to echo it.
This commit is contained in:
Axel Forsman 2020-01-02 22:31:30 +01:00
parent 1e6ece31b5
commit 090c4032b0

View file

@ -371,3 +371,10 @@ $ lldb `which vim`
(lldb) r <Enter> (lldb) r <Enter>
Ctrl-C q <Enter> <Enter> Ctrl-C q <Enter> <Enter>
``` ```
## The test driven development way
Credit: @axelf4
```vim
:echom test_null_list()
```