Skip to content

Commit 7ef48cb

Browse files
author
Harshad Srinivasan
committed
Fixed call
1 parent 43848ab commit 7ef48cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugin/bullets.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ fun! s:set_checkbox(lnum, marker)
559559
let l:initpos = getpos('.')
560560
let l:pos = s:find_checkbox_position(a:lnum)
561561
" select inside checkbox
562-
call s:replace(a:lnum, l:pos, a:marker)
562+
call s:replace_char(a:lnum, l:pos, a:marker)
563563
call setpos('.', l:initpos)
564564
endfun
565565

0 commit comments

Comments
 (0)