comparison runtime/doc/starting.txt @ 1376:53b2bedccfdf v7.1.091

updated for version 7.1-091
author vimboss
date Thu, 30 Aug 2007 10:26:19 +0000
parents d9d524594fe5
children 53938adac247
comparison
equal deleted inserted replaced
1375:61b50044616b 1376:53b2bedccfdf
1 *starting.txt* For Vim version 7.1. Last change: 2007 May 12 1 *starting.txt* For Vim version 7.1. Last change: 2007 Aug 14
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
546 --socketid {id} *--socketid* 546 --socketid {id} *--socketid*
547 GTK+ GUI Vim only. Make gvim try to use GtkPlug mechanism, so 547 GTK+ GUI Vim only. Make gvim try to use GtkPlug mechanism, so
548 that it runs inside another window. See |gui-gtk-socketid| 548 that it runs inside another window. See |gui-gtk-socketid|
549 for details. {not in Vi} 549 for details. {not in Vi}
550 550
551 --windowid {id} *--windowid*
552 Win32 GUI Vim only. Make gvim try to use the window {id} as a
553 parent, so that it runs inside that window. See
554 |gui-w32-windowid| for details. {not in Vi}
555
551 --echo-wid *--echo-wid* 556 --echo-wid *--echo-wid*
552 GTK+ GUI Vim only. Make gvim echo the Window ID on stdout, 557 GTK+ GUI Vim only. Make gvim echo the Window ID on stdout,
553 which can be used to run gvim in a kpart widget. The format 558 which can be used to run gvim in a kpart widget. The format
554 of the output is: > 559 of the output is: >
555 WID: 12345\n 560 WID: 12345\n