Comment: previous commit typo

This commit is contained in:
Tinmarino
2023-06-14 11:34:24 -04:00
parent cd2fa19f86
commit 65c3d48227
+1 -1
View File
@@ -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)
```