We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1167951 commit 9f50afcCopy full SHA for 9f50afc
plugin/bullets.vim
@@ -586,7 +586,7 @@ command! InsertNewBullet call <SID>insert_new_bullet()
586
" returns 1 if current line ends in a colon, else 0
587
fun! s:line_ends_in_colon(lnum)
588
let l:line = getline(a:lnum)
589
- if exists("*strcharlen") && exists("*strcharget")
+ if exists("*strcharlen") && exists("*strgetchar")
590
let l:last_char_nr = strgetchar(l:line, strcharlen(l:line)-1)
591
return l:last_char_nr == 65306 || l:last_char_nr == 58
592
else
0 commit comments