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/scripts.vim | |
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/scripts.vim')
-rw-r--r-- | runtime/scripts.vim | 5 |
1 files changed, 0 insertions, 5 deletions
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 |