1
0
mirror of https://github.com/onkelbeh/cheatsheets.git synced 2025-06-16 07:07:37 +02:00

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

View File

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