comparison runtime/doc/options.txt @ 685:d7e33248b9c8 v7.0206

updated for version 7.0206
author vimboss
date Fri, 24 Feb 2006 23:53:04 +0000
parents 9364d114ed8d
children bcd2edc4539e
comparison
equal deleted inserted replaced
684:a8caf7dd853d 685:d7e33248b9c8
1 *options.txt* For Vim version 7.0aa. Last change: 2006 Feb 22 1 *options.txt* For Vim version 7.0aa. Last change: 2006 Feb 24
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
3247 "aA" yes yes 3247 "aA" yes yes
3248 3248
3249 'c' Use console dialogs instead of popup dialogs for simple 3249 'c' Use console dialogs instead of popup dialogs for simple
3250 choices. 3250 choices.
3251 3251
3252 'e' Add tab pages when indicated with 'showtabpages'. When 'e' is
3253 missing a non-GUI tab pages line may be used.
3254
3252 'f' Foreground: Don't use fork() to detach the GUI from the shell 3255 'f' Foreground: Don't use fork() to detach the GUI from the shell
3253 where it was started. Use this for programs that wait for the 3256 where it was started. Use this for programs that wait for the
3254 editor to finish (e.g., an e-mail program). Alternatively you 3257 editor to finish (e.g., an e-mail program). Alternatively you
3255 can use "gvim -f" or ":gui -f" to start the GUI in the 3258 can use "gvim -f" or ":gui -f" to start the GUI in the
3256 foreground. |gui-fork| 3259 foreground. |gui-fork|