This commit is contained in:
Rico Sta. Cruz 2015-04-17 19:07:04 +08:00
parent 68fb36a4ef
commit 33be011d2f
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@ echo "Hello, " . name
``` ```
{:.light} {:.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 Variables
--------- ---------