diff --git a/README.md b/README.md index 94c9b48..b3cb0cf 100644 --- a/README.md +++ b/README.md @@ -360,7 +360,7 @@ with the bang-versions of the commands: `PlugInstall!` and `PlugUpdate!`. > Plug 'junegunn/fzf', { 'do': g:fzf_install } > ``` -### `PlugInstall!` and `PlugUpdate!` +#### `PlugInstall!` and `PlugUpdate!` The installer takes the following steps when installing/updating a plugin: diff --git a/doc/plug.txt b/doc/plug.txt index ed0800e..507124a 100644 --- a/doc/plug.txt +++ b/doc/plug.txt @@ -15,7 +15,7 @@ PLUG - TABLE OF CONTENTS *plug* *plug-to Global options |plug-global-options| Keybindings |plug-keybindings| Post-update hooks |plug-post-update-hooks| - PlugInstall! and PlugUpdate! |pluginstall-and-plugupdate| + PlugInstall! and PlugUpdate! |pluginstall-and-plugupdate| On-demand loading of plugins |plug-on-demand-loading-of-plugins| Collaborators |plug-collaborators| License |plug-license| @@ -336,7 +336,7 @@ variable (or any Vim script expression) as follows: Plug 'junegunn/fzf', { 'do': g:fzf_install } < -< PlugInstall! and PlugUpdate! >______________________________________________~ +PlugInstall! and PlugUpdate!~ *pluginstall-and-plugupdate* The installer takes the following steps when installing/updating a plugin: