From 65c3d48227b09a6ba55b73e0cb0c577d33415a62 Mon Sep 17 00:00:00 2001 From: Tinmarino Date: Wed, 14 Jun 2023 11:34:24 -0400 Subject: [PATCH] Comment: previous commit typo --- doc/design_notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/design_notes.md b/doc/design_notes.md index 838166c..59360ae 100644 --- a/doc/design_notes.md +++ b/doc/design_notes.md @@ -261,7 +261,7 @@ let typeface_dic = {'bold': [], 'italic': [], 'underline': [], 'bold_italic': [] " Just for consistency, this is an internal variable echo vimwiki#vars#set_syntaxlocal('typeface', typeface_dic) -" Here is a Vim aware syntax highligthing big command +" Here is a Vim aware syntax highlighting big command verbose call vimwiki#u#hi_typeface(typeface_dic) ```