vimwiki/ftplugin
Ivan Tishchenko d7becafbdd Fix bug with folds shortening on multibyte characters.
If section title contains multibyte chars, the fold shortening function
often fails, because it works with text as array of bytes, not
characters (see strlen() doc for example).

This commit fixes this issue.
2015-07-07 22:54:57 +03:00
..
vimwiki.vim Fix bug with folds shortening on multibyte characters. 2015-07-07 22:54:57 +03:00