comparison src/testdir/test_filetype.vim @ 29181:71759abd2145 v8.2.5110

patch 8.2.5110: icon filetype not recognized from the first line Commit: https://github.com/vim/vim/commit/bf6614643f656d38d220c04befdcb1d35774853a Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jun 16 13:27:18 2022 +0100 patch 8.2.5110: icon filetype not recognized from the first line Problem: Icon filetype not recognized from the first line. Solution: Add a check for the first line. (Doug Kearns)
author Bram Moolenaar <Bram@vim.org>
date Thu, 16 Jun 2022 14:30:03 +0200
parents 3fbc7462de59
children 71f2af5d8447
comparison
equal deleted inserted replaced
29180:e2fe9d2d2b78 29181:71759abd2145
716 \ 'pascal': [['#!/path/instantfpc']], 716 \ 'pascal': [['#!/path/instantfpc']],
717 \ 'fennel': [['#!/path/fennel']], 717 \ 'fennel': [['#!/path/fennel']],
718 \ 'routeros': [['#!/path/rsc']], 718 \ 'routeros': [['#!/path/rsc']],
719 \ 'fish': [['#!/path/fish']], 719 \ 'fish': [['#!/path/fish']],
720 \ 'forth': [['#!/path/gforth']], 720 \ 'forth': [['#!/path/gforth']],
721 \ 'icon': [['#!/path/icon']],
721 \ } 722 \ }
722 723
723 " Various forms of "env" optional arguments. 724 " Various forms of "env" optional arguments.
724 let s:script_env_checks = { 725 let s:script_env_checks = {
725 \ 'perl': [['#!/usr/bin/env VAR=val perl']], 726 \ 'perl': [['#!/usr/bin/env VAR=val perl']],