From c8b54029ee6c4f8c4f24a111ee4b69c0cfa1ecb0 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Mon, 27 Nov 2017 01:03:25 +0900 Subject: [PATCH] Updated tips (markdown) --- tips.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tips.md b/tips.md index 1c18874..4963788 100644 --- a/tips.md +++ b/tips.md @@ -82,7 +82,7 @@ Unlike Vundle, vim-plug does not implicitly prepend `vim-scripts/` to single-seg ### Vim help -If you need Vim help for vim-plug (e.g. `:help plug-options`), register vim-plug as one of the plugins. +If you need Vim help for vim-plug itself (e.g. `:help plug-options`), register vim-plug as one of the plugins. ```vim Plug 'junegunn/vim-plug'