Yep
This commit is contained in:
parent
68fb36a4ef
commit
33be011d2f
|
@ -9,7 +9,8 @@ echo "Hello, " . name
|
|||
```
|
||||
{:.light}
|
||||
|
||||
You can either put this in a script (`script.vim`) and run it (`:source script.vim`), or you can type the commands individually in normal mode as `:let ...` and `:echo ...`.
|
||||
### Start hacking.
|
||||
You can either put this in a script (`script.vim`) and run it (`:source script.vim`), or you can type the commands individually in normal mode as `:let` and `:echo`.
|
||||
|
||||
Variables
|
||||
---------
|
||||
|
|
Loading…
Reference in New Issue