| Age | Commit message (Collapse) | Author |
|
|
|
* auto inserts a ; after } if it closes a class or struct
* auto copy the // comment of the previous line
|
|
|
|
|
|
|
|
-itersel makes a -draft eval/exec run once for each selections
separately rather than with all selections at a time.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Controlled by the autoshowcompl option
Completers now take a CompletionFlag parameter, used to specify
we want fast completion (tag completion can be slow, we do not
want to run it if not explicitely wanted by the user).
|
|
circumstances
|
|
When running a terminal emulator containing a kakoune client,
it used to still have the server tty as controlling termnal,
and so received SIGINT's from the user in it. Termnal emulators
then responded by exiting. This is no longer the case.
|
|
(with scope a prefix of global,buffer or window)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Buffer now store a m_fs_timestamp field.
* Client in Normal mode checks current buffer file every 500 ms, or
each time it goes back to Normal mode.
|
|
|
|
|
|
|
|
the removed one
|
|
|
|
|
|
|
|
Move unicode box generation and assistant code as
a NcursesUI implementation detail.
|
|
|
|
|
|
|
|
|
|
|
|
* A count is supported for nestable objects so that we
can specify the surrounding level.
* more symetric behavior for select to end/ to begin
|