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
path:
root
/
src
Age
Commit message (
Expand
)
Author
2013-04-10
Use the buffer manager to delete buffer, throw when a client is inserting
Maxime Coste
2013-04-10
InputHandler: auto leave insert mode when editor changed
Maxime Coste
2013-04-10
add a 'debug' command, which write to the debug buffer
Maxime Coste
2013-04-09
sort includes directives
Maxime Coste
2013-04-09
rename assert to kak_assert to avoid collisions
Maxime Coste
2013-04-09
move context implementation to context.cc
Maxime Coste
2013-04-09
ge goto end, last character of buffer
Maxime Coste
2013-04-09
gg is back to goto top
Maxime Coste
2013-04-09
Context: push_jump does not allow the same jump to be present multiple times
Maxime Coste
2013-04-09
BufferIterator: allow operator{==,!=} for different buffers
Maxime Coste
2013-04-09
use gk and gj for goto first/last line instead of gt and gb
Maxime Coste
2013-04-09
add ga binding to go to last buffer
Maxime Coste
2013-04-09
force redraw window if needed in context_wrap
Maxime Coste
2013-04-06
tweak prompt text
Maxime Coste
2013-04-06
use more explicit prompts for search and pipe, use color to validate
Maxime Coste
2013-04-05
refactor regex based selectors, move regex construction out of them
Maxime Coste
2013-04-05
refactor regex prompting commands
Maxime Coste
2013-04-04
Dynamically change prompt color for regex prompt depending on regex validity
Maxime Coste
2013-04-04
InputHandler::prompt takes a color pair to use
Maxime Coste
2013-04-04
UserInterface: status line messages are now DisplayLines
Maxime Coste
2013-04-04
Add get_color helper function
Maxime Coste
2013-04-04
pass a color pair when displaying an information window
Maxime Coste
2013-04-04
Pass a fg and bg color when displaying a menu
Maxime Coste
2013-04-04
do not check buffer invariant in do_{erase,insert} as this cause O(n²) behav...
Maxime Coste
2013-04-04
compile with -pedantic option and fix warnings
Maxime Coste
2013-04-03
display a message in the status line when yanking
Maxime Coste
2013-04-03
use Y for concatenated yank
Maxime Coste
2013-04-03
Add alt-[kK] for keeping only selections matching/not matching a given regex
Maxime Coste
2013-04-03
Editor: fix utf8 handling in prepare_insert
Maxime Coste
2013-04-03
Makefile: hide object files
Maxime Coste
2013-04-03
fix compilation with clang++
Maxime Coste
2013-04-02
complete_opt: accept an optional length in completion desciptor
Maxime Coste
2013-04-02
add date information to git-blame
Maxime Coste
2013-04-02
Change list separators to ; and tuple separators to |
Maxime Coste
2013-04-02
add alt-* for not smart set search pattern to selection
Maxime Coste
2013-04-02
add <lt> and <gt> key name
Maxime Coste
2013-04-02
ConnectionAccepter: fix socket fd leak
Maxime Coste
2013-04-02
ParameterParser takes flags
Maxime Coste
2013-04-02
minor cleanup in assist function
Maxime Coste
2013-04-02
OnScopeEnd: move parameter instead of copying it
Maxime Coste
2013-04-02
ClientAccepter triggers window redrawing after executing a command
Maxime Coste
2013-04-02
FlagLines triggers a window redraw when option is modified
Maxime Coste
2013-04-02
Window: move highlighters after options so that they can reference it
Maxime Coste
2013-04-02
add an OptionManagerWatcher_AutoRegister class
Maxime Coste
2013-04-02
Extract AutoRegister logic to a helper class
Maxime Coste
2013-04-02
fix String::String(Codepoint, CharCount)
Maxime Coste
2013-04-01
Set default shell to bash, as most kak files requires it
Maxime Coste
2013-04-01
Fix flags width handling in FlagLine highlighter
Maxime Coste
2013-04-01
add git-blame command to git-tools.kak
Maxime Coste
2013-03-31
FlagLines updates the lines in the option according to buffer modifications
Maxime Coste
[prev]
[next]