mirror of
https://github.com/neovim/neovim.git
synced 2026-04-04 14:49:31 +00:00
vim-patch:9.0.0042: missing change for filetype detection
Problem: Missing change for filetype detection.
Solution: Include change to detect guile from shebang line.
3244780379
This commit is contained in:
@@ -206,6 +206,10 @@ if s:line1 =~# "^#!"
|
||||
elseif s:name =~# 'icon\>'
|
||||
set ft=icon
|
||||
|
||||
" Guile
|
||||
elseif s:name =~# 'guile'
|
||||
set ft=scheme
|
||||
|
||||
endif
|
||||
unlet s:name
|
||||
|
||||
|
||||
Reference in New Issue
Block a user