This commit is contained in:
Junegunn Choi 2024-05-14 18:53:05 +09:00
parent e62a657403
commit e158d69ba2
No known key found for this signature in database
GPG Key ID: 254BC280FEF9C627
2 changed files with 3 additions and 3 deletions

View File

@ -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:

View File

@ -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: