File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -344,6 +344,12 @@ a slash. Thus "-R" means recovery and "-/R" readonly.
344
344
Example: >
345
345
vim -V20vimlog foobar
346
346
<
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
+
347
353
*-D*
348
354
-D Debugging. Go to debugging mode when executing the first
349
355
command from a script. | debug-mode |
@@ -564,6 +570,7 @@ a slash. Thus "-R" means recovery and "-/R" readonly.
564
570
{scriptout} cannot start with a digit.
565
571
If you want to record what is typed in a human readable for
566
572
you can use | ch_logfile() | , It adds "raw key input" lines.
573
+ Also see | --log | .
567
574
568
575
*-W*
569
576
-W {scriptout} Like -w, but do not append, overwrite an existing file.
You can’t perform that action at this time.
0 commit comments