| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is potentially quite slow, and not used, reintroduce
later if we have a use case for it.
This reverts commit 5f3a477277828f3c698dd844c8df3614b55dd85b.
|
|
|
|
|
|
|
|
Fixes #241
|
|
|
|
std::hash specialization is a pain to work with, stop using that, and
just specialize a 'size_t hash_value(const T&)' free function.
|
|
|
|
|
|
:map have a 'user' mode that is accessible through the comma key.
the mapping will get executed in normal mode.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit 8208e75294b4eb016ae578f9ae132d9f8dfe4785.
|
|
|
|
Regions highlighter can now correctly be applied to only subrange
of the buffer, fixing some corner cases in recursive regions.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|