| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Fixes #1495
|
|
As asked for in #1175
|
|
Fixes #1479
Closes #1494
|
|
|
|
Fixes #1480
|
|
|
|
|
|
|
|
codepoint_width is locale dependent, and we could end up with it
returning a different value depending on the locale. It is better
to return a string of the wrong column length than fail on assert
in this case as we cannot fix it anyway.
Fixes #1489
|
|
|
|
|
|
|
|
|
|
This fix a bug when opening a file where a line has a lot of unprintable
chars (like a binary file) which was confusing Kakoune into considering
that the line length in column was negative.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is more consistent with other prompts like regexes or shells,
and has proven useful from time to time.
|
|
|
|
|
|
<a-;>. is not accepted anymore. Note that <a-;> are not repeatable
currently anyway (That could be fixed, athough not trivial).
Fixes #1469
|
|
Fixes #1459
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
Fixes #1431 as we can now just hide the wrapped line numbers by
setting the LineNumberWrapped foreground and background to the
LineNumber background.
|
|
|
|
|
|
|
|
Fixes #1465
|
|
|
|
|
|
|
|
|
|
|
|
Turns out looking for options can get pretty slow, so O(1) lookup
seems better.
This should improve the performance of the #1460 issue
|
|
|
|
|
|
|
|
Tabs now align to tab stops instead of always spanning 8 spaces when
show_whitespaces is added as a highlighter.
This fixes issue #1453.
A regression test is also provided.
|
|
|