mirror of
https://github.com/hakluke/how-to-exit-vim.git
synced 2025-05-28 16:26:30 +02:00
missing quotes; shame
This commit is contained in:
parent
3e62634f13
commit
26f8a56480
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ Credit: @hakluke
|
|||
Credit: @rynaro
|
||||
|
||||
```bash
|
||||
$ ruby -e 'system(killall -9 vim)'
|
||||
$ ruby -e 'system("killall -9 vim")'
|
||||
```
|
||||
|
||||
## The Colon-less way
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue