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 Jun 04
1
+ *starting.txt* For Vim version 8.2. Last change: 2022 Jun 14
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -431,6 +431,13 @@ a slash. Thus "-R" means recovery and "-/R" readonly.
431
431
Also avoids the "Reading from stdin..." message.
432
432
Also avoids the "N files to edit" message.
433
433
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
+
434
441
*--ttyfail*
435
442
--ttyfail When the stdin or stdout is not a terminal (tty) then exit
436
443
right away.
You can’t perform that action at this time.
0 commit comments