From 33021ae13331166b6d2ddcb9cfb83ed2cba36d7f Mon Sep 17 00:00:00 2001 From: Ernst Widerberg Date: Sun, 27 May 2018 13:33:39 +0200 Subject: [PATCH] plasticboy/vim-markdown: Fix capitalization --- colors/pencil.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/colors/pencil.vim b/colors/pencil.vim index a2ffe60..005d7e1 100644 --- a/colors/pencil.vim +++ b/colors/pencil.vim @@ -323,7 +323,7 @@ call s:h("markdownCode", {"fg": s:norm, "bg": s:code_bg}) call s:h("markdownCodeDelimiter", {"fg": s:norm, "bg": s:code_bg}) " plasticboy/vim-markdown -call s:h("mkdBlockQuote", {"fg": s:norm}) +call s:h("mkdBlockquote", {"fg": s:norm}) call s:h("mkdDelimiter", {"fg": s:medium_gray}) call s:h("mkdID", {"fg": s:medium_gray}) call s:h("mkdLineContinue", {"fg": s:norm}) @@ -332,7 +332,7 @@ call s:h("mkdLinkDef", {"fg": s:medium_gray}) call s:h("mkdListItem", {"fg": s:norm}) call s:h("mkdNonListItemBlock", {"fg": s:norm}) " bug in syntax? call s:h("mkdRule", {"fg": s:norm}) -call s:h("mkdUrl", {"fg": s:medium_gray, "gui": "underline", "cterm": "underline"}) +call s:h("mkdURL", {"fg": s:medium_gray, "gui": "underline", "cterm": "underline"}) call s:h("mkdCode", {"fg": s:norm, "bg": s:code_bg}) call s:h("mkdIndentCode", {"fg": s:norm, "bg": s:code_bg})