| Age | Commit message (Collapse) | Author |
|
|
|
prompt
Fixes #477
|
|
require a proper unicode locale setup on the system
Fixes #94
|
|
They default to the '/' register for the default regex, but can
use another if specified with "<reg>
|
|
Fixes #474
|
|
Fixes #343
|
|
|
|
Fixes #442
|
|
|
|
|
|
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.
|
|
|
|
utf8::iterator now knows the iterator valid range, and pass
it to utf8 functions.
|
|
|
|
|
|
|
|
Marks use the '^' register by default, macros the '@' register.
|
|
Normal input mode will just pass 0 as the reg if it was not specified
by the user, its yank/paste functions that should determine 0 means
use '"' register.
|
|
Fixes #378
Fixes #365
|
|
s/prevous/previous/
|
|
|
|
|
|
|
|
|
|
Fixes #318
|
|
Fixes #316
|
|
|
|
Fixes #284
|
|
|
|
|
|
|
|
|
|
|
|
That means commands can be completed using other commands and their
completers. Yes that does makes sense.
Closes #296
|
|
|
|
Move rotate to ' and rotate contents to <a-'>
Fix segfault when pasting all and nothing was yanked yet
|
|
|
|
Fixes #278
|
|
Programs like grep called in '$' command will fail due to SIGPIPE
for example. So we need to keep the pipe open.
|
|
That is more consistant with other goto commands (that just move the cursor)
|
|
Some program (xclip), will fork a daemon keeping stdout/stderr open,
so waiting for them to be closed make kakoune hang. Commands discarding
stdout can then just not wait on it.
|
|
|
|
|
|
|
|
|
|
Fixes #271
|
|
|
|
|
|
|
|
|