From 7e37b1226b0063cf3b2db94f0c77632e0a74910f Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Sun, 6 Sep 2015 14:52:19 +0900 Subject: [PATCH] Note on Helptags name clash --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 209f180..272dc1b 100644 --- a/README.md +++ b/README.md @@ -47,12 +47,18 @@ Commands | `History/` | Search history | | `Snippets` | Snippets ([UltiSnips][us]) | | `Commands` | Commands | -| `Helptags` | Help tags | +| `Helptags` | Help tags [1](#helptags) | - Most commands support `CTRL-T` / `CTRL-X` / `CTRL-V` key bindings to open in a new tab, a new split, or in a new vertical split. - Bang-versions of the commands (e.g. `Ag!`) will open fzf in fullscreen +(1: `Helptags` will shadow the command of the same name +from [pathogen][pat]. But its functionality is still available via `call +pathogen#helptags()`. [↩](#a1)) + +[pat]: https://github.com/tpope/vim-pathogen + ### Customization ```vim