Feature: Recognize message:// URLs on Mac #1332

This commit is contained in:
Tinmarino
2023-06-14 11:34:57 -04:00
parent 65c3d48227
commit 2cff9776e8
+1 -1
View File
@@ -177,7 +177,7 @@ function! s:get_default_global() abort
\ [
\ 'http', 'https', 'file', 'ftp', 'gopher', 'telnet', 'nntp', 'ldap',
\ 'rsync', 'imap', 'pop', 'irc', 'ircs', 'cvs', 'svn', 'svn+ssh',
\ 'git', 'ssh', 'fish', 'sftp', 'thunderlink'
\ 'git', 'ssh', 'fish', 'sftp', 'thunderlink', 'message'
\ ]},
\ 'schemes_any': {'type': type([]), 'default': ['mailto', 'matrix', 'news', 'xmpp', 'sip', 'sips', 'doi', 'urn', 'tel', 'data']},
\ 'table_auto_fmt': {'type': type(0), 'default': 1, 'min': 0, 'max': 1},