diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2014-12-19 17:08:39 -0500 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2014-12-19 17:08:39 -0500 |
| commit | e922a7427371b5869d1b1623c368f365bad3fedb (patch) | |
| tree | 49fd95ece32c13407d65f4a845f873201e389b13 /runtime/scripts.vim | |
| parent | 189427efd7b905c00f155f5f9ce5123eca599e44 (diff) | |
| parent | a62fe49d3caa40b8a6efb6528cce725f4dffa78a (diff) | |
| download | rneovim-e922a7427371b5869d1b1623c368f365bad3fedb.tar.gz rneovim-e922a7427371b5869d1b1623c368f365bad3fedb.tar.bz2 rneovim-e922a7427371b5869d1b1623c368f365bad3fedb.zip | |
Merge pull request #1648 from Pyrohh/amiga-vms-cleanup
Amiga/VMS cleanup
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 |