From 37a3cb0fdb8fe871bb24cdb5e328fa00e1155b3f Mon Sep 17 00:00:00 2001 From: Tucker Evans Date: Sat, 12 May 2018 12:45:55 -0400 Subject: Adds -l flag to change logfile -l flag changes logfile (file with output of internal commands from /tmp/PLUGVIM-date.log to .plug/date.log --- man/plug.1 | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'man') diff --git a/man/plug.1 b/man/plug.1 index 14cf7f2..5f285f7 100644 --- a/man/plug.1 +++ b/man/plug.1 @@ -19,21 +19,21 @@ support and git submodules. .SH COMMANDS .TP -\fBinstall\fP [\fI-oc\fP] [-g \fIGIT-REPO\fP] [-d \fI.vim-LOCATION\fP] plugin-name +\fBinstall\fP [\fI-ocl\fP] [-g \fIGIT-REPO\fP] [-d \fI.vim-LOCATION\fP] plugin-name Install plugin at remote git repo as submodule in GIT-REPO. .TP -\fBupdate\fP [\fI-c\fP] [-g \fIGIT-REPO\fP] [-j \fITHREAD-COUNT\fP] "remote git repo" +\fBupdate\fP [\fI-cl\fP] [-g \fIGIT-REPO\fP] [-j \fITHREAD-COUNT\fP] "remote git repo" Update all git modules. .TP -\fBremove\fP [\fI-oc\fP] [-g \fIGIT-REPO\fP] [-d \fI.vim-LOCATION\fP] plugin-name +\fBremove\fP [\fI-ocl\fP] [-g \fIGIT-REPO\fP] [-d \fI.vim-LOCATION\fP] plugin-name Remove plugin. .TP -\fBlist\fP [-g \fIGIT-REPO\fP] +\fBlist\fP [-l] [-g \fIGIT-REPO\fP] List installed plugins. .TP @@ -80,6 +80,12 @@ Default: GIT_REPO/vim/ Number of jobs for "git submodule update" to use. .RE +.PP +\-l +.RS 4 +Changes logfile (where internal command output is redirected) from the +default of /tmp/PLUGVIM-date.log to ~/.plug/date.log + .SH AUTHOR .B plug was written by -- cgit v1.1