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
2017-10-30
Makefile: Use pkg-config on Linux to get the ncurses compilation flags
Maxime Coste
2017-10-28
Slight cleanup of select_surrounding implementation
Maxime Coste
2017-10-28
Update breaking changes message
Maxime Coste
2017-10-28
Move highlighters into Scopes
Maxime Coste
2017-10-28
Display the fallback value in prompts
Maxime Coste
2017-10-27
HashMap: Tolerate reserving for 0 elements
Maxime Coste
2017-10-25
Fix infinite loop shell_complete
Maxime Coste
2017-10-25
Merge remote-tracking branch 'net/master'
Maxime Coste
2017-10-24
Rename br* colors to bright-*
Net
2017-10-25
Fix regions highlighter infinite loops when regex matches empty ranges
Maxime Coste
2017-10-24
Add distinct w (curr buf) / W (all buf) word completion for <c-x>
Delapouite
2017-10-22
Support bright named colors
Net
2017-10-21
Add missing include to meta.hh
Maxime Coste
2017-10-20
Disable constexpr keymap as it breaks compilation with gcc 5
Maxime Coste
2017-10-20
Merge remote-tracking branch 'fsub/master'
Maxime Coste
2017-10-20
Make the normal mode keymap a compile time hash map
Maxime Coste
2017-10-20
Constexprify various hash functions
Maxime Coste
2017-10-20
Move keymap as an implementation detail of the normal mode keys
Maxime Coste
2017-10-19
Avoid some warnings in optimized builds
fsub
2017-10-17
Optimize CommandManager::execute handling of tokens
Maxime Coste
2017-10-17
Add a `fail` command to explicitely raise an error
Maxime Coste
2017-10-12
Refactor column highlighter to make it more robust
Maxime Coste
2017-10-10
Fix utf8::to_previous that could go before the begin iterator
Maxime Coste
2017-10-10
Remove unused forward declaration
Maxime Coste
2017-10-10
Move all non-core string code to string_utils.{hh,cc}
Maxime Coste
2017-10-10
Make Server outlive buffer manager
Maxime Coste
2017-10-07
Make utf8_iterator traits clear about it returning non-references
Maxime Coste
2017-10-07
Add is_upper and is_lower helper unicode functions
Maxime Coste
2017-10-07
Merge remote-tracking branch 'Delapouite/docs-scroll'
Maxime Coste
2017-10-06
Move HookManager::Hook definition in the cpp
Maxime Coste
2017-10-06
Add missing operator+= and -= on utf8_iterator
Maxime Coste
2017-10-06
Merge remote-tracking branch 'Delapouite/client_list'
Maxime Coste
2017-10-06
Merge remote-tracking branch 'Delapouite/complete-line'
Maxime Coste
2017-10-06
Merge remote-tracking branch 'Delapouite/debug-mappings'
Maxime Coste
2017-10-06
Remove unneeded regex.hh include in color.cc
Maxime Coste
2017-10-06
Allow itersel with draft context to change the buffer
Maxime Coste
2017-10-06
Add more constexpr to flags wrapping functions
Maxime Coste
2017-10-06
formatting tweak
Maxime Coste
2017-10-05
Add client_list var
Delapouite
2017-10-04
Docs: add missing normal keys <c-[bfud]>
Delapouite
2017-10-03
Add debug mappings
Delapouite
2017-10-02
Add 'line' in completers option as a way to force explicit <c-x>f
Delapouite
2017-09-28
Distinguish between modes being disabled temporarily and definitely
Maxime Coste
2017-09-28
Merge remote-tracking branch 'Delapouite/runtime-error'
Maxime Coste
2017-09-28
Merge remote-tracking branch 'Delapouite/jump'
Maxime Coste
2017-09-27
Display selections count in insert mode the same it's displayed in normal mode
Delapouite
2017-09-27
Convert status info into proper runtime_errors
Delapouite
2017-09-27
Add status info when navigating through jumplist (<c-o>, <c-i>)
Delapouite
2017-09-27
Removing the local client due to SIGHUP is not graceful
Maxime Coste
2017-09-26
Add selections_desc format to select autoinfo
Delapouite
[prev]
[next]