diff --git a/vimscript.md b/vimscript.md index 8488f6bb7..a457dbe88 100644 --- a/vimscript.md +++ b/vimscript.md @@ -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 ---------