forked from aniani/vim
patch 8.2.4742: there is no way to start logging very early in startup
Problem: There is no way to start logging very early in startup. Solution: Add the --log argument. Include the date in the start message in the log file. Avoid a duplicate message when forking. Log an executed shell command.
This commit is contained in:
@@ -746,6 +746,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
4742,
|
||||
/**/
|
||||
4741,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user