forked from aniani/vim
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)
This commit is contained in:
@@ -718,6 +718,7 @@ let s:script_checks = {
|
||||
\ 'routeros': [['#!/path/rsc']],
|
||||
\ 'fish': [['#!/path/fish']],
|
||||
\ 'forth': [['#!/path/gforth']],
|
||||
\ 'icon': [['#!/path/icon']],
|
||||
\ }
|
||||
|
||||
" Various forms of "env" optional arguments.
|
||||
|
||||
Reference in New Issue
Block a user