1
0
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:
ObserverOfTime
2023-06-07 18:27:01 +01:00
committed by Bram Moolenaar
parent 59f7038536
commit cdb7b4c508
3 changed files with 6 additions and 0 deletions

View File

@@ -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