aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/eval.txt
diff options
context:
space:
mode:
authorMichael Reed <m.reed@mykolab.com>2014-11-18 01:44:47 -0500
committerMichael Reed <m.reed@mykolab.com>2014-11-27 23:42:40 -0500
commitba1e2ce287752a1bd30d52f77493a5bb582c2349 (patch)
tree0e9041ec9f2b566d3aed97fa8bf03a43ecd09830 /runtime/doc/eval.txt
parent83a4c9d58ce9265fc5b18e1f4e289552a56e9a56 (diff)
downloadrneovim-ba1e2ce287752a1bd30d52f77493a5bb582c2349.tar.gz
rneovim-ba1e2ce287752a1bd30d52f77493a5bb582c2349.tar.bz2
rneovim-ba1e2ce287752a1bd30d52f77493a5bb582c2349.zip
Remove OS/2 references
Paul Slootman was removed from the top of os_unix.c as OS/2 is no longer supported, but is still credited in runtime/doc/intro.txt.
Diffstat (limited to 'runtime/doc/eval.txt')
-rw-r--r--runtime/doc/eval.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt
index fca8ac1291..91a9f1292f 100644
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -6172,7 +6172,7 @@ system({expr} [, {input}]) *system()* *E677*
The command executed is constructed using several options:
'shell' 'shellcmdflag' 'shellxquote' {expr} 'shellredir' {tmp} 'shellxquote'
({tmp} is an automatically generated file name).
- For Unix and OS/2 braces are put around {expr} to allow for
+ For Unix braces are put around {expr} to allow for
concatenated commands.
The command will be executed in "cooked" mode, so that a
@@ -6756,7 +6756,6 @@ multi_byte_ime Compiled with support for IME input method.
multi_lang Compiled with support for multiple languages.
mzscheme Compiled with MzScheme interface |mzscheme|.
ole Compiled with OLE automation support for Win32.
-os2 OS/2 version of Vim.
path_extra Compiled with up/downwards search in 'path' and 'tags'
perl Compiled with Perl interface.
persistent_undo Compiled with support for persistent undo history.