diff options
author | Michael Reed <m.reed@mykolab.com> | 2014-12-10 00:07:19 -0500 |
---|---|---|
committer | Michael Reed <m.reed@mykolab.com> | 2014-12-19 15:28:49 -0500 |
commit | a62fe49d3caa40b8a6efb6528cce725f4dffa78a (patch) | |
tree | 49fd95ece32c13407d65f4a845f873201e389b13 /runtime/doc/quickref.txt | |
parent | a5e1723bb1716f9ec2f45162b64731a8ce8fa21f (diff) | |
download | rneovim-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/quickref.txt')
-rw-r--r-- | runtime/doc/quickref.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/runtime/doc/quickref.txt b/runtime/doc/quickref.txt index d320e6cd24..bb3ec6e7fe 100644 --- a/runtime/doc/quickref.txt +++ b/runtime/doc/quickref.txt @@ -1147,13 +1147,10 @@ Context-sensitive completion on the command-line: |-n| -n do not create a swap file |-o| -o [num] open [num] windows (default: one for each file) |-f| -f GUI: foreground process, don't fork - Amiga: do not restart Vim to open a window (for - e.g., mail) |-s| -s {scriptin} first read commands from the file {scriptin} |-w| -w {scriptout} write typed chars to file {scriptout} (append) |-W| -W {scriptout} write typed chars to file {scriptout} (overwrite) |-T| -T {terminal} set terminal name -|-d| -d {device} Amiga: open {device} to be used as a console |-u| -u {vimrc} read inits from {vimrc} instead of other inits |-U| -U {gvimrc} idem, for when starting the GUI |-i| -i {viminfo} read info from {viminfo} instead of other files |