Skip to content

Commit

Permalink
Resolves #80 - unicode characters in list items
Browse files Browse the repository at this point in the history
  • Loading branch information
SidOfc committed Nov 20, 2018
1 parent e658c25 commit e52d22e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/mkdx.vim
Original file line number Diff line number Diff line change
Expand Up @@ -1483,7 +1483,7 @@ fun! mkdx#EnterHandler()
endif

if (!empty(line) && g:mkdx#settings.enter.enable)
let len = strlen(line)
let len = strwidth(line)
let at_end = cnum > len
let results = matchlist(line, sp_pat)
let t = get(results, 2, '')
Expand Down

0 comments on commit e52d22e

Please sign in to comment.