diff options
author | Tucker Evans <tuckerevans24@gmail.com> | 2018-05-12 12:45:55 -0400 |
---|---|---|
committer | Tucker Evans <tuckerevans24@gmail.com> | 2018-05-12 12:45:55 -0400 |
commit | 37a3cb0fdb8fe871bb24cdb5e328fa00e1155b3f (patch) | |
tree | 4956739135b25eb887b3d7bcb1273d8c9872a126 /man | |
parent | 461b0e8969b89ea37cc78867f333494b1d0e5de2 (diff) |
-l flag changes logfile (file with output of internal commands from
/tmp/PLUGVIM-date.log to .plug/date.log
Diffstat (limited to 'man')
-rw-r--r-- | man/plug.1 | 14 |
1 files changed, 10 insertions, 4 deletions
@@ -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 |