Skip to content

Commit 16c9316

Browse files
committed
starting.txt: Update Vim 8.2.4812
1 parent c585344 commit 16c9316

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

en/starting.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*starting.txt* For Vim version 8.2. Last change: 2022 Feb 01
1+
*starting.txt* For Vim version 8.2. Last change: 2022 Apr 12
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -344,6 +344,12 @@ a slash. Thus "-R" means recovery and "-/R" readonly.
344344
Example: >
345345
vim -V20vimlog foobar
346346
<
347+
--log {filename} *--log*
348+
Start logging and write entries to {filename}.
349+
This works like calling `ch_logfile({filename}, 'a')` very
350+
early during startup.
351+
{only available with the +channel feature}
352+
347353
*-D*
348354
-D Debugging. Go to debugging mode when executing the first
349355
command from a script. |debug-mode|
@@ -564,6 +570,7 @@ a slash. Thus "-R" means recovery and "-/R" readonly.
564570
{scriptout} cannot start with a digit.
565571
If you want to record what is typed in a human readable for
566572
you can use |ch_logfile()|, It adds "raw key input" lines.
573+
Also see |--log|.
567574

568575
*-W*
569576
-W {scriptout} Like -w, but do not append, overwrite an existing file.

0 commit comments

Comments
 (0)