Skip to content

Commit c149c86

Browse files
author
Your Name
committed
Fix syntax error
1 parent 83de509 commit c149c86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/coc/highlight.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ function! coc#highlight#del_markers(bufnr, key, ids) abort
194194
return
195195
endif
196196
if s:is_vim
197-
call vim9_coc_highlight.Del_markers(a: bufnr, a:ids)
197+
call vim9_coc_highlight.Del_markers(a:bufnr, a:ids)
198198
else
199199
let ns = coc#highlight#create_namespace(a:key)
200200
for id in a:ids

0 commit comments

Comments
 (0)