We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b786e69 commit d84bd15Copy full SHA for d84bd15
vim9/coc/highlight.vim
@@ -69,7 +69,7 @@ def Prop_type_hlgroup(type: string): string
69
return substitute(type, '_\d\+$', '', '')
70
enddef
71
72
-def Del_markers(bufnr: number, ids: list<number>)
+export def Del_markers(bufnr: number, ids: list<number>)
73
for id in ids
74
prop_remove({'bufnr': bufnr, 'id': id})
75
endfor
0 commit comments