diff options
author | Fredrik Fornwall <fredrik@fornwall.net> | 2014-10-28 10:33:33 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2014-11-17 17:55:47 -0500 |
commit | b2b9333179e8000e366576972d591af3f8da1730 (patch) | |
tree | fcd429a075f5c3927ebd4d2fa1034c45ea46dfe0 /runtime/doc/quickref.txt | |
parent | 06e5c2c0634669e5c10d2f5b51dd32338a1ef23c (diff) | |
download | rneovim-b2b9333179e8000e366576972d591af3f8da1730.tar.gz rneovim-b2b9333179e8000e366576972d591af3f8da1730.tar.bz2 rneovim-b2b9333179e8000e366576972d591af3f8da1730.zip |
doc: Remove MS-DOS specific options bioskey and conskey #1353
Diffstat (limited to 'runtime/doc/quickref.txt')
-rw-r--r-- | runtime/doc/quickref.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/doc/quickref.txt b/runtime/doc/quickref.txt index 30455eb234..a332b6fcc9 100644 --- a/runtime/doc/quickref.txt +++ b/runtime/doc/quickref.txt @@ -621,7 +621,6 @@ Short explanation of each option: *option-list* 'ballooneval' 'beval' switch on balloon evaluation 'balloonexpr' 'bexpr' expression to show in balloon 'binary' 'bin' read/write/edit file in binary mode -'bioskey' 'biosk' MS-DOS: use bios calls for input characters 'bomb' prepend a Byte Order Mark to the file 'breakat' 'brk' characters that may cause a line break 'breakindent' 'bri' wrapped line repeats indent @@ -652,7 +651,6 @@ Short explanation of each option: *option-list* 'concealcursor' 'cocu' whether concealable text is hidden in cursor line 'conceallevel' 'cole' whether concealable text is shown or hidden 'confirm' 'cf' ask what to do about unsaved/read-only files -'conskey' 'consk' get keys directly from console (MS-DOS only) 'copyindent' 'ci' make 'autoindent' use existing indent structure 'cpoptions' 'cpo' flags for Vi-compatible behavior 'cryptmethod' 'cm' type of encryption to use for file writing |