Improvement: gqq autowrap leading :: definition as &l:comments (#1279)

This commit is contained in:
Tinmarino
2023-06-14 14:04:08 -04:00
parent 738e24134e
commit 0069c5fb4e
3 changed files with 24 additions and 0 deletions
+4
View File
@@ -149,6 +149,10 @@ for bullet in vimwiki#vars#get_syntaxlocal('bullet_types')
" list
let comments .= ',fb:' . bullet
endfor
" Add :: for vimwiki default syntax (#1279)
if 'default' ==# vimwiki#vars#get_wikilocal('syntax')
let comments .= ',b:::'
endif
let &l:comments = comments
" Set Format Options: (:h fo-table)