| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
the result is then used as one token
|
|
|
|
The prior `mkdir -p` took care of what -D was supposed to do.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[s and [p on the first char of a sentence or paragraph will select the
previous sentence or paragraph.
|
|
|
|
|
|
next one.
Fixes #62. Thanks to alexherbo2.
|
|
|
|
|
|
|
|
|
|
|
|
Distinguish menus from selection more easily
|
|
the count parameter does not specify the rotation count, but
the size of the rotation groups. with 2 for exemple, selection
contents will be swapped for each pair (1 and 2, 3 and 4, ...)
|
|
|
|
|
|
The regex is now just '\bkak_\w+\b', no need for it to be looking
like a shell variable use.
This allows other tools that the shell to access Kakoune vars as
long as the name appears directly in the shell string.
|
|
|
|
That triggered creation of a new client, followed by it's immediate
destruction due to the connection closing.
|
|
When exiting kakoune, ClientAccepters (now Server::Accepter) could
stay alive, which left an FDWatcher in the EventManager triggering
an assert. Now Server is handling their lifetime.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Hooks gets disabled during the execution of the commands
|
|
|