From e158d69ba2160564e664732e77c61a9a5d382e92 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Tue, 14 May 2024 18:53:05 +0900 Subject: [PATCH] Indent --- README.md | 2 +- doc/plug.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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: