| Age | Commit message (Collapse) | Author |
|
|
|
|
|
No need to store these vectors of std::functions around anymore.
|
|
|
|
|
|
|
|
|
|
|
|
Client quitting no longer immediately unwinds, client is just pushed
for deletion until we get back to the main loop, similarly to what
happens for buffer and window deletion.
|
|
Messages now have their size in a header, along with their type
and are only executed once fully received. We dont block anymore
while trying to read a full message.
|
|
We cannot just write to Kakoune socket from any application anymore,
use of kak -p is mandatory, as we now have an introduction to write.
|
|
select anything
Fixes #787
|
|
Just cast to int when we pass an unsigned.
|
|
|
|
Use it instead of direct calls to select scatered around the code
base.
|
|
O(n + k * log n) (with k = 100 here) instead of O(n log n), much faster
with many candidates.
|
|
|
|
|
|
|
|
full match is now the most important flag for comparison.
|
|
|
|
|
|
Fixes #773
|
|
Fixes #769
|
|
Fixes #770
|
|
|
|
|
|
first one
|
|
This string option is used to get all the additional characters
that should be considered as "word" character for the purpose of
insert mode completion.
Fixes #758
|
|
For regex prompts we actually want to save them, as a leading space
is significant
Fixes #767
|
|
|
|
Fixes #765
Fixes #766
|
|
manager
|
|
|
|
|
|
|
|
|
|
|
|
|
|
That should allow fixing the #665 issue while still avoiding to
run a potentially long shell command on each keystroke.
|
|
|
|
Fixes #742
|
|
Fixes #754
|
|
Fixes #749
|
|
|
|
|
|
|
|
|
|
Fixes #751
|
|
|