Sung Po-Han wrote: > > vim-messages > <https://cloud.githubusercontent.com/assets/4366282/17090117/0268ef74-5260-11e6-9929-dfc1f238dd38.png> > It seems that the hostname is considered as a tag name. > > By checking the file runtime/syntax/messages.vim, I found it is easy > to fix. > > |diff --git a/runtime/syntax/messages.vim b/runtime/syntax/messages.vim > index c22e4e8..59425fc 100644 --- a/runtime/syntax/messages.vim +++ > b/runtime/syntax/messages.vim @@ -26,7 +26,7 @@ syn match > messagesDateRFC3339 contained display '\d\{4}-\d\d-\d\d' syn match > messagesRFC3339T contained display '\cT' \ > nextgroup=messagesHourRFC3339 -syn match messagesHourRFC3339 contained > display '\c\d\d:\d\d:\d\d\(\.\d\+\)\=\([+-]\d\d:\d\d\|Z\)' +syn match > messagesHourRFC3339 contained display > '\c\d\d:\d\d:\d\d\(\.\d\+\)\=\([+-]\d\d:\d\d\|Z\)\s*' \ > nextgroup=messagesHost syn match messagesHost contained display '\S*\s*' | > Please send changes to syntax files to their maintainer; typically, you'll find their name and email at the top of the sytnax file itself. Hint: its Yakov Lerner, for syntax/messages.vim. Otherwise, unless the maintainer keeps an eye on the mailing list, your changes will not be included. Chip Campbell
-- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
