| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|