aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/manpages/vim.1
diff options
context:
space:
mode:
authorMichael Reed <m.reed@mykolab.com>2014-12-10 00:07:19 -0500
committerMichael Reed <m.reed@mykolab.com>2014-12-19 15:28:49 -0500
commita62fe49d3caa40b8a6efb6528cce725f4dffa78a (patch)
tree49fd95ece32c13407d65f4a845f873201e389b13 /runtime/doc/manpages/vim.1
parenta5e1723bb1716f9ec2f45162b64731a8ce8fa21f (diff)
downloadrneovim-a62fe49d3caa40b8a6efb6528cce725f4dffa78a.tar.gz
rneovim-a62fe49d3caa40b8a6efb6528cce725f4dffa78a.tar.bz2
rneovim-a62fe49d3caa40b8a6efb6528cce725f4dffa78a.zip
Remove Amiga remnants
Notes regarding the removal of specific items: - Aztec C: only on the Amiga. - mch_check_win(): doesn't exist anymore. - Comment in ex_cmds.c: It seems the context for this comment was removed, but the comment was inadvertantly left alone.
Diffstat (limited to 'runtime/doc/manpages/vim.1')
-rw-r--r--runtime/doc/manpages/vim.113
1 files changed, 1 insertions, 12 deletions
diff --git a/runtime/doc/manpages/vim.1 b/runtime/doc/manpages/vim.1
index 59f21e1b9b..aaf05b59be 100644
--- a/runtime/doc/manpages/vim.1
+++ b/runtime/doc/manpages/vim.1
@@ -90,8 +90,7 @@ See ":help tag\-commands".
Start in quickFix mode.
The file [errorfile] is read and the first error is displayed.
If [errorfile] is omitted, the filename is obtained from the 'errorfile'
-option (defaults to "AztecC.Err" for the Amiga, "errors.err" on other
-systems).
+option (defaults to "errors.err").
Further errors can be jumped to with the ":cn" command.
See ":help quickfix".
.PP
@@ -192,12 +191,6 @@ There should be two, three or four file name arguments.
will open all the files and show differences between them.
Works like vimdiff(1).
.TP
-\-d {device}
-Open {device} for use as a terminal.
-Only on the Amiga.
-Example:
-"\-d con:20/30/600/150".
-.TP
\-D
Debugging. Go to debugging mode when executing the first command from a
script.
@@ -216,14 +209,10 @@ in improved Ex mode, just like the executable was called "exim".
Foreground. For the GUI version,
.B Vim
will not fork and detach from the shell it was started in.
-On the Amiga,
-.B Vim
-is not restarted to open a new window.
This option should be used when
.B Vim
is executed by a program that will wait for the edit
session to finish (e.g. mail).
-On the Amiga the ":sh" and ":!" commands will not work.
.TP
\-\-nofork
Foreground. For the GUI version,