forked from aniani/vim
patch 9.0.1615: URL shortcut files are not recognized
Problem: URL shortcut files are not recognized. Solution: Add a pattern for URL shortcut files. (closes #12474)
This commit is contained in:
committed by
Bram Moolenaar
parent
59f7038536
commit
cdb7b4c508
@@ -2298,6 +2298,9 @@ au BufNewFile,BufRead */.init/*.conf,*/.init/*.override setf upstart
|
||||
au BufNewFile,BufRead */.config/upstart/*.conf setf upstart
|
||||
au BufNewFile,BufRead */.config/upstart/*.override setf upstart
|
||||
|
||||
" URL shortcut
|
||||
au BufNewFile,BufRead *.url setf urlshortcut
|
||||
|
||||
" Vala
|
||||
au BufNewFile,BufRead *.vala setf vala
|
||||
|
||||
|
||||
Reference in New Issue
Block a user