From 33be011d2f815ff1fa55421350b48c6afd57bce4 Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Fri, 17 Apr 2015 19:07:04 +0800 Subject: [PATCH] Yep --- vimscript.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ---------