diff options
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r-- | runtime/doc/options.txt | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 4782d93825..a875179967 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -1159,15 +1159,6 @@ A jump table for the options with a short description can be found at |Q_op|. the last line if there is none; this would make the file longer). See the 'endofline' option. - *'bioskey'* *'biosk'* *'nobioskey'* *'nobiosk'* -'bioskey' 'biosk' boolean (default on) - global - {not in Vi} {only for MS-DOS} - When on the BIOS is called to obtain a keyboard character. This works - better to detect CTRL-C, but only works for the console. When using a - terminal over a serial port reset this option. - Also see |'conskey'|. - *'bomb'* *'nobomb'* 'bomb' boolean (default off) local to buffer @@ -1882,18 +1873,6 @@ A jump table for the options with a short description can be found at |Q_op|. command. Also see the |confirm()| function and the 'v' flag in 'guioptions'. - *'conskey'* *'consk'* *'noconskey'* *'noconsk'* -'conskey' 'consk' boolean (default off) - global - {not in Vi} {only for MS-DOS} - When on direct console I/O is used to obtain a keyboard character. - This should work in most cases. Also see |'bioskey'|. Together, - three methods of console input are available: - 'conskey' 'bioskey' action ~ - on on or off direct console input - off on BIOS - off off STDIN - *'copyindent'* *'ci'* *'nocopyindent'* *'noci'* 'copyindent' 'ci' boolean (default off) local to buffer |