From a62fe49d3caa40b8a6efb6528cce725f4dffa78a Mon Sep 17 00:00:00 2001 From: Michael Reed Date: Wed, 10 Dec 2014 00:07:19 -0500 Subject: 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. --- runtime/scripts.vim | 5 ----- 1 file changed, 5 deletions(-) (limited to 'runtime/scripts.vim') diff --git a/runtime/scripts.vim b/runtime/scripts.vim index 251e4c8f08..93206b8e6e 100644 --- a/runtime/scripts.vim +++ b/runtime/scripts.vim @@ -223,11 +223,6 @@ else \ || s:line5 =~ '^\s*dnl\>' set ft=m4 - " AmigaDos scripts - elseif $TERM == "amiga" - \ && (s:line1 =~ "^;" || s:line1 =~ '^\.[bB][rR][aA]') - set ft=amiga - " SiCAD scripts (must have procn or procd as the first line to trigger this) elseif s:line1 =~? '^ *proc[nd] *$' set ft=sicad -- cgit