| Age | Commit message (Collapse) | Author |
|
|
|
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
|
|
Use it instead of direct calls to select scatered around the code
base.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reloading used to be implicit in the buffer creation function,
which is not always nice, as code that explicitely wanted to
reload a buffer could not say so.
|
|
time_t has a resolution of one second, which cause troubles when
a file changes multiple time during that same second.
|
|
Fixes #361
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Pass directly a Vector<ref_ptr<StringStorage>> to the buffer
|
|
|
|
|
|
Run urgent ones while executing %sh blocks.
Fixes #236
|
|
That way, client having this buffer already visible wont switch to
another one due to previous buffer getting deleted
|
|
|
|
|
|
|
|
|
|
Note that kakoune still needs to read the whole buffer first, only
once stdin is closed can it execute the keys.
|
|
The status line '[fifo]' flag should replace that
|
|
|
|
|
|
|
|
|
|
BufferCoord -> ByteCoord
DisplayCoord -> CharCoord
Moved their definition along with LineAndColumn into coord.hh
|
|
|
|
Will read to a *stdin* fifo buffer
|
|
|