From 03504f26b1f5f7d17e21fbf4bee27a45172d8348 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Thu, 14 Jan 2016 13:15:47 +0900 Subject: [PATCH] Update README - description on plug#end() plug#end() does more than just updating &runtimepath. Close #379. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1069ff6..13b9e3d 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ Add a vim-plug section to your `~/.vimrc` (or `~/.config/nvim/init.vim` for Neov 1. Begin the section with `plug#begin()` 1. List the plugins with `Plug` commands -1. `plug#end()` to add the plugins to `&runtimepath` +1. `plug#end()` to update `&runtimepath` and initialize plugin system #### Example