We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b742684 commit f8eb263Copy full SHA for f8eb263
1 file changed
plugin/bullets.vim
@@ -559,8 +559,8 @@ fun! s:set_checkbox(lnum, marker)
559
let l:initpos = getpos('.')
560
let l:pos = s:find_checkbox_position(a:lnum)
561
if l:pos >= 0
562
- call s:replace_char_in_line(a:lnum, l:pos, a:marker)
563
- call setpos('.', l:initpos)
+ call s:replace_char_in_line(a:lnum, l:pos, a:marker)
+ call setpos('.', l:initpos)
564
endif
565
endfun
566
0 commit comments