vimscript: fix link

This commit is contained in:
Rico Sta. Cruz 2017-10-02 03:19:50 +08:00
parent fdd535afdf
commit 5ba52123ae
No known key found for this signature in database
GPG Key ID: CAAD38AE2962619A
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ toupper('Hello')
``` ```
Also see `:help functions` Also see `:help functions`
See: [String functions](learnvimscriptthehardway.stevelosh.com/chapters/27.html) See: [String functions](http://learnvimscriptthehardway.stevelosh.com/chapters/27.html)
Functions Functions
--------- ---------