Link trailing whitespace to Error color

This commit is contained in:
Caleb Maclennan
2016-03-08 09:17:31 +02:00
parent 67338160b7
commit 151fdcd6e2

View File

@@ -148,7 +148,7 @@ hi def link markdownBoldItalicDelimiter markdownBoldItalic
hi def link markdownCodeDelimiter Delimiter hi def link markdownCodeDelimiter Delimiter
hi def link markdownEscape Special hi def link markdownEscape Special
hi def markdownImplicitBreak ctermbg=darkgreen guibg=lightgreen hi def link markdownImplicitBreak Error
hi def link markdownError Error hi def link markdownError Error
let b:current_syntax = "markdown" let b:current_syntax = "markdown"