Skip to content

Commit 157f5f1

Browse files
committed
starting.txt: Update Vim 8.2.5096
1 parent 6286701 commit 157f5f1

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 Jun 04
1+
*starting.txt* For Vim version 8.2. Last change: 2022 Jun 14
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -431,6 +431,13 @@ a slash. Thus "-R" means recovery and "-/R" readonly.
431431
Also avoids the "Reading from stdin..." message.
432432
Also avoids the "N files to edit" message.
433433

434+
--gui-dialog-file {name} *--gui-dialog-file*
435+
When using the GUI, instead of showing a dialog, write the
436+
title and message of the dialog to file {name}. The file is
437+
created or appended to. Only useful for testing, to avoid
438+
that the test gets stuck on a dialog that can't be seen.
439+
Without the GUI the argument is ignored.
440+
434441
*--ttyfail*
435442
--ttyfail When the stdin or stdout is not a terminal (tty) then exit
436443
right away.

0 commit comments

Comments
 (0)