jceb / vim-orgmode

Text outlining and task management for Vim based on Emacs' Org-Mode
http://www.vim.org/scripts/script.php?script_id=3642
Other
3.12k stars 266 forks source link

fix wrong align when heading title contains multibytes chars #201

Closed kongluoxing closed 8 years ago

kongluoxing commented 8 years ago

when heading contains multibyes chars, it will make wrong alignment, the reason is python2.x count u'xx' style unicode string with one char one length, but in fact the multibytes string should be with length 2.