vim-quotable icon indicating copy to clipboard operation
vim-quotable copied to clipboard

Optimize leading character detection in s:educateQuotes()

Open reedes opened this issue 12 years ago • 0 comments

Though it performs fine on my 2010 MBP with a large (20KB) soft-wrap paragraph, it nevertheless is the most performance-critical code in this plugin and could have problems on slower machines.

Optimization is tricky because the internal representation is bytes where Unicode characters will have more than one byte per character.

reedes avatar Dec 26 '13 21:12 reedes