mirror of
https://github.com/hakluke/how-to-exit-vim.git
synced 2025-05-01 19:26:41 +02:00
Merge pull request #56 from axelf4/method-test_null_list
Add method (ab)using test_null_list()
This commit is contained in:
commit
d548420d77
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