comparison src/testdir/test_filetype.vim @ 14991:ebabd6fe3833 v8.1.0507

patch 8.1.0507: .raml files not properly detected commit https://github.com/vim/vim/commit/da1c11c6411182e9a4bd4374e3fb8851fef77113 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Nov 3 19:52:15 2018 +0100 patch 8.1.0507: .raml files not properly detected Problem: .raml files not properly detected. Solution: Recognize .raml as raml instead of yaml. (closes https://github.com/vim/vim/issues/3594)
author Bram Moolenaar <Bram@vim.org>
date Sat, 03 Nov 2018 20:00:06 +0100
parents f8e6b4f82086
children 1946487c74ba
comparison
equal deleted inserted replaced
14990:651a9bce30ac 14991:ebabd6fe3833
493 \ 'xs': ['file.xs'], 493 \ 'xs': ['file.xs'],
494 \ 'xsd': ['file.xsd'], 494 \ 'xsd': ['file.xsd'],
495 \ 'xslt': ['file.xsl', 'file.xslt'], 495 \ 'xslt': ['file.xsl', 'file.xslt'],
496 \ 'yacc': ['file.yy', 'file.yxx', 'file.y++'], 496 \ 'yacc': ['file.yy', 'file.yxx', 'file.y++'],
497 \ 'yaml': ['file.yaml', 'file.yml'], 497 \ 'yaml': ['file.yaml', 'file.yml'],
498 \ 'raml': ['file.raml'],
498 \ 'z8a': ['file.z8a'], 499 \ 'z8a': ['file.z8a'],
499 \ 'zimbu': ['file.zu'], 500 \ 'zimbu': ['file.zu'],
500 \ 'zimbutempl': ['file.zut'], 501 \ 'zimbutempl': ['file.zut'],
501 \ 'zsh': ['.zprofile', '/etc/zprofile', '.zfbfmarks', 'file.zsh'], 502 \ 'zsh': ['.zprofile', '/etc/zprofile', '.zfbfmarks', 'file.zsh'],
502 \ 503 \