Fix Vim scripting link

Closes #110.
This commit is contained in:
Marco Hinz 2017-03-10 01:54:38 +01:00
parent da008c7ee6
commit 96c2e35f60
No known key found for this signature in database
GPG Key ID: 1C980A1B657B4A4F

View File

@ -1114,7 +1114,7 @@ Many of the concepts mentioned above also have _local_ counterparts:
| `<leader>` | `<localleader>` | buffer | `:h maplocalleader` | | `<leader>` | `<localleader>` | buffer | `:h maplocalleader` |
Variables also sport different scopes, but will be explained in Variables also sport different scopes, but will be explained in
[Vim scripting](#vim-scripting). [Vim scripting](http://vimdoc.sourceforge.net/htmldoc/usr_41.html).
# Usage # Usage