index
:
kakoune.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2012-12-13
tweak git commit message highlighting
Maxime Coste
2012-12-13
Makefile: add a userconfig target
Maxime Coste
2012-12-13
Prompt: when completion has only one candidate, next tab starts a new completion
Maxime Coste
2012-12-13
file completion: disable ignored files when entered prefix matches.
Maxime Coste
2012-12-13
update TODO
Maxime Coste
2012-12-13
remote.cc: move write function as member of Message
Maxime Coste
2012-12-13
code cleanup in remote.cc
Maxime Coste
2012-12-13
the shell used for command execution can be changed using the 'shell' option
Maxime Coste
2012-12-13
minor code cleanup in do_select_object
Maxime Coste
2012-12-13
select/split: check expression is not empty
Maxime Coste
2012-12-13
push current selection on search
Maxime Coste
2012-12-09
Support nested {Filters,Highlighter}Group
Maxime Coste
2012-12-09
ncurses.cc: handle ascii del as backspace
Maxime Coste
2012-12-07
InputHandler: tweak prefix completion behaviour
Maxime Coste
2012-12-07
extract ParametersParser to it's own file
Maxime Coste
2012-12-07
grep.kak: configurable grep command, search selection when no params
Maxime Coste
2012-12-07
source user kakrc after autoloads, so that user can override options
Maxime Coste
2012-12-07
update TODO
Maxime Coste
2012-12-07
cleanup {make,grep}.kak
Maxime Coste
2012-12-06
PromptHandler now call callback when edited and aborted.
Maxime Coste
2012-12-05
*scratch* buffer use undo
Maxime Coste
2012-12-05
fail nicely when trying to open a directory
Maxime Coste
2012-12-03
'exec' and (resurected) 'eval' commands can take a '-client' parameter
Maxime Coste
2012-12-03
add 'name' command to set current client name
Maxime Coste
2012-12-03
ClientManager: support naming clients and accessing client's context by name
Maxime Coste
2012-12-03
RemoteClient: call get_key soon so that it may process a resize before size c...
Maxime Coste
2012-12-03
NCurses: do not resize directly in signal handler, malloc may not be working ...
Maxime Coste
2012-12-03
EventManager: fix forced event processing
Maxime Coste
2012-12-03
update TODO
Maxime Coste
2012-12-03
fix quit modified file behaviour
Maxime Coste
2012-11-30
Selection: refactoring, move CaptureList to Selection
Maxime Coste
2012-11-29
add an ignored_files regex option whose matches are not used for completion
Maxime Coste
2012-11-29
Add configurable prompt completion behaviour
Maxime Coste
2012-11-29
Fix InputMode::Prompt blocking behaviour when inserting register
Maxime Coste
2012-11-29
Remote unused Context::change_ui
Maxime Coste
2012-11-29
local client forks in destructor so that the kak server detaches from terminal
Maxime Coste
2012-11-29
use more portable fcntl method for FD_CLOEXEC bit, enable it on forgotten soc...
Maxime Coste
2012-11-28
add an empty buffer unit test
Maxime Coste
2012-11-27
ncurses: avoid refering to dead NCursesUI in signal handler
Maxime Coste
2012-11-27
InputHandler: InputModes no longer die directly on mode change, they survive ...
Maxime Coste
2012-11-27
fix cpp indent filter
Maxime Coste
2012-11-27
EventManager: refactor (again)
Maxime Coste
2012-11-27
fix buffer creation on empty file
Maxime Coste
2012-11-26
IncrementalInsert::move_cursors: use overloaded for LineCount/CharCount edito...
Maxime Coste
2012-11-26
fix InsertMode::OpenLineBelow behaviour in prepare_insert
Maxime Coste
2012-11-26
Append on end of line now appends to current line
Maxime Coste
2012-11-26
minor code simplification
Maxime Coste
2012-11-26
fix BufferIterator gdb pretty printer
Maxime Coste
2012-11-26
EventManager: avoid erasing an event handler while it may be in use
Maxime Coste
2012-11-26
fix crlf file reading
Maxime Coste
[next]