Skip to content

Commit 9f50afc

Browse files
committed
Wrong function
1 parent 1167951 commit 9f50afc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/bullets.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ command! InsertNewBullet call <SID>insert_new_bullet()
586586
" returns 1 if current line ends in a colon, else 0
587587
fun! s:line_ends_in_colon(lnum)
588588
let l:line = getline(a:lnum)
589-
if exists("*strcharlen") && exists("*strcharget")
589+
if exists("*strcharlen") && exists("*strgetchar")
590590
let l:last_char_nr = strgetchar(l:line, strcharlen(l:line)-1)
591591
return l:last_char_nr == 65306 || l:last_char_nr == 58
592592
else

0 commit comments

Comments
 (0)