| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
the completion_extra_word_chars is now gone, superseeded by
extra_word_chars that gets used both for completion and for normal mode.
Fixes #1304
|
|
|
|
|
|
Closes #1439
|
|
And that, my friends, is why we recommend using standard containers
instead of rolling your own.
|
|
|
|
|
|
|
|
|
|
Add a ColumnCount type and use it in place of CharCount whenever
more appropriate, take column size of codepoints into account for
vertical movements and docstring wrapping.
Fixes #811
|
|
reserve was not ensuring the capacity would be pair, which is needed
on big endian machines, as we use its least significant bit to flag
short string optimizations. On little endian the bit we use is the
8th most significant (the least significant bit of the last byte),
so we were not hitting any problems.
Fixes #828
|
|
Just cast to int when we pass an unsigned.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/ are replaced with <slash> in the highlighter names.
Fixes #553
|
|
|
|
|
|
|
|
|
|
utf8::iterator now knows the iterator valid range, and pass
it to utf8 functions.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|