mirror of
https://github.com/neovim/neovim.git
synced 2026-08-27 17:41:48 +00:00
vim-patch:9.0.1615: URL shortcut files are not recognized (#23950)
Problem: URL shortcut files are not recognized.
Solution: Add a pattern for URL shortcut files. (closes vim/vim#12474)
cdb7b4c508
Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
This commit is contained in:
@@ -1082,6 +1082,7 @@ local extension = {
|
||||
uit = 'uil',
|
||||
uil = 'uil',
|
||||
ungram = 'ungrammar',
|
||||
url = 'urlshortcut',
|
||||
usd = 'usd',
|
||||
usda = 'usd',
|
||||
sba = 'vb',
|
||||
|
||||
Reference in New Issue
Block a user