Prefer vimhelp.appspot.com

Because vimdoc.sourceforge.net is outdated.

Closes #132
This commit is contained in:
Marco Hinz 2018-04-25 09:56:57 +02:00
parent a88cf0942b
commit 0c92501237
No known key found for this signature in database
GPG Key ID: 1C980A1B657B4A4F

View File

@ -1143,7 +1143,7 @@ Many of the concepts mentioned above also have _local_ counterparts:
| `:cd` | `:lcd` | window | `:h :lcd` | | `:cd` | `:lcd` | window | `:h :lcd` |
| `<leader>` | `<localleader>` | buffer | `:h maplocalleader` | | `<leader>` | `<localleader>` | buffer | `:h maplocalleader` |
[Variables also have different scopes](http://vimdoc.sourceforge.net/htmldoc/usr_41.html#41.2). [Variables also have different scopes](https://vimhelp.appspot.com/usr_41.txt.html#41.2).
# Usage # Usage