summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-10-10 16:44:07 +0000
committerBram Moolenaar <Bram@vim.org>2006-10-10 16:44:07 +0000
commit043545e0f63b74585a6257b23a1e8b59b6a08c29 (patch)
treec86b2ef48078e41f6254387d4e3be2a8f067c7a7 /runtime
parent57ac3a21635afec3066fdbc282ca7d8eb80976cf (diff)
downloadvim-git-043545e0f63b74585a6257b23a1e8b59b6a08c29.tar.gz
updated for version 7.0-130v7.0.130
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/options.txt14
1 files changed, 13 insertions, 1 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index 8fb22f850..eadd215c0 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -4792,10 +4792,22 @@ A jump table for the options with a short description can be found at |Q_op|.
completion with CTRL-X CTRL-O. |i_CTRL-X_CTRL-O|
See |complete-functions| for an explanation of how the function is
invoked and what it should return.
- This option is usually set by a filetype plugin.
+ This option is usually set by a filetype plugin:
|:filetype-plugin-on|
+ *'opendevice* *'odev* *'noopendevice* *'noodev*
+'opendevice' 'odev' boolean (default off)
+ global
+ {not in Vi}
+ {only for MS-DOS, MS-Windows and OS/2}
+ Enable reading and writing from devices. This may get Vim stuck on a
+ device that can be opened but doesn't actually do the I/O. Therefore
+ it is off by default.
+ Note that on MS-Windows editing "aux.h", "lpt1.txt" and the like also
+ result in editing a device.
+
+
*'operatorfunc'* *'opfunc'*
'operatorfunc' 'opfunc' string (default: empty)
global