aboutsummaryrefslogtreecommitdiff
path: root/runtime/filetype.vim
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2014-12-19 17:08:39 -0500
committerJustin M. Keyes <justinkz@gmail.com>2014-12-19 17:08:39 -0500
commite922a7427371b5869d1b1623c368f365bad3fedb (patch)
tree49fd95ece32c13407d65f4a845f873201e389b13 /runtime/filetype.vim
parent189427efd7b905c00f155f5f9ce5123eca599e44 (diff)
parenta62fe49d3caa40b8a6efb6528cce725f4dffa78a (diff)
downloadrneovim-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/filetype.vim')
-rw-r--r--runtime/filetype.vim6
1 files changed, 1 insertions, 5 deletions
diff --git a/runtime/filetype.vim b/runtime/filetype.vim
index a6b918a0f2..f6d455fcbf 100644
--- a/runtime/filetype.vim
+++ b/runtime/filetype.vim
@@ -91,11 +91,7 @@ au BufNewFile,BufRead *.wrm setf acedb
" Ada (83, 9X, 95)
au BufNewFile,BufRead *.adb,*.ads,*.ada setf ada
-if has("vms")
- au BufNewFile,BufRead *.gpr,*.ada_m,*.adc setf ada
-else
- au BufNewFile,BufRead *.gpr setf ada
-endif
+au BufNewFile,BufRead *.gpr setf ada
" AHDL
au BufNewFile,BufRead *.tdf setf ahdl