Explorar o código

Update README - description on plug#end()

plug#end() does more than just updating &runtimepath. Close #379.
Junegunn Choi %!s(int64=10) %!d(string=hai) anos
pai
achega
03504f26b1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      README.md

+ 1 - 1
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