mirror of
https://github.com/hakluke/how-to-exit-vim.git
synced 2025-05-01 19:26:41 +02:00
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:
parent
1e6ece31b5
commit
090c4032b0
1 changed files with 7 additions and 0 deletions
|
@ -371,3 +371,10 @@ $ lldb `which vim`
|
|||
(lldb) r <Enter>
|
||||
Ctrl-C q <Enter> <Enter>
|
||||
```
|
||||
|
||||
## The test driven development way
|
||||
Credit: @axelf4
|
||||
|
||||
```vim
|
||||
:echom test_null_list()
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue