From d6e7a7976ba5eef85eede822425c8b70a343d74c Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Thu, 16 Apr 2015 23:43:36 +0800 Subject: [PATCH] Update --- vimscript.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimscript.md b/vimscript.md index e7cd905d0..9533e6a8f 100644 --- a/vimscript.md +++ b/vimscript.md @@ -83,7 +83,7 @@ tolower('Hello') toupper('Hello') ``` -Functions +[Functions](http://learnvimscriptthehardway.stevelosh.com/chapters/23.html) --------- ```vim