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
2017-06-09
Fix bug in word completer
Maxime Coste
2017-06-09
Proper linear time insert completion insertion
Maxime Coste
2017-06-09
Rework partial line display logic
Maxime Coste
2017-06-09
rc jedi: Don't create an unused debug/log file
Frank LENORMAND
2017-06-09
rc: Fix calls to `mktemp`
Frank LENORMAND
2017-06-09
Add some unit tests for horizontal scrolling with tabulations
Maxime Coste
2017-06-09
Add horizontal/vertical scrolling display tests
Maxime Coste
2017-06-09
Rename 'unit' test directory to 'normal' as they are the normal mode tests
Maxime Coste
2017-06-09
More explicit and simpler code
Maxime Coste
2017-06-08
Add Alacritty
Alex Leferry 2
2017-06-08
Remove spurious double underscore
Maxime Coste
2017-06-08
Do not show startup info when piping into kak
Maxime Coste
2017-06-08
Fix quadratic behaviour in when selecting an insert completion
Maxime Coste
2017-06-08
Disable idle timers on all transient contexts
Maxime Coste
2017-06-08
Merge remote-tracking branch 'Delapouite/rotate-forward'
Maxime Coste
2017-06-08
Add `-width <max_width>` support in the wrap highlighter
Maxime Coste
2017-06-07
Move variable closer to its point of use
Maxime Coste
2017-06-07
Filter debug buffers before creating the SafePtr vector in -buffer *
Maxime Coste
2017-06-07
Do not disable incsearch option in context wrap
Maxime Coste
2017-06-07
Only trigger PromptEvent::Change on idle
Maxime Coste
2017-06-07
Use microseconds instead of milliseconds for built-in profiling
Maxime Coste
2017-06-07
Run BufCreate hook *before* Buf{Open,New}File
Maxime Coste
2017-06-07
Use range based find_if wrapper for finding shell env vars
Maxime Coste
2017-06-07
Change merge_overlapping to guarantee we dont break the sorting
Maxime Coste
2017-06-07
Fix memory errors due to sharing the MatchResults in the Hooks struct
Maxime Coste
2017-06-07
Remove unneeded unknown_expand exception type
Maxime Coste
2017-06-07
Use range based accumulate wrapper instead of std::accumulate
Maxime Coste
2017-06-07
Do not allow whitespaces as % string delimiters
Maxime Coste
2017-06-07
Fix missing hook removal command in c-family.kak
Maxime Coste
2017-06-07
Move hook executing logic into HookManager
Maxime Coste
2017-06-07
Avoid expensive copies of Hooks in HookManager::run_hooks
Maxime Coste
2017-06-07
Move NestedBool to utils.hh
Maxime Coste
2017-06-07
Small style tweak
Maxime Coste
2017-06-07
noexcept-ify utf8::iterator methods
Maxime Coste
2017-06-07
noexept-ify BufferIterator methods
Maxime Coste
2017-06-07
Fix useles copy of hook_func in HookManager::add_hook parameter
Maxime Coste
2017-06-07
Use String default ctor instead of empty string
Maxime Coste
2017-06-07
Use a vector instead of a hash map to store hooks
Maxime Coste
2017-06-07
Clarify rotation direction between <'> and <a-'> in info help
Delapouite
2017-06-07
Merge remote-tracking branch 'Delapouite/underscore'
Maxime Coste
2017-06-07
Merge remote-tracking branch 'Delapouite/buf_line_count'
Maxime Coste
2017-06-07
Merge remote-tracking branch 'Delapouite/view-count'
Maxime Coste
2017-06-06
Expose kak_buf_line_count
Delapouite
2017-06-06
Add underscore char as a valid punctuation for text-object pairs
Delapouite
2017-06-06
Remember previous NormalParams::count in view-lock mode
Delapouite
2017-06-06
Fix spurious copies being made when using the format function
Maxime Coste
2017-06-04
Revert "doc: Fix the documentation of the `alt_dirs` option"
Frank LENORMAND
2017-06-04
Log errors written to the status line inside the debug buffer as well
Maxime Coste
2017-06-04
Improve readability of command docstrings by changing formatting
Maxime Coste
2017-06-04
Change RankedMatch ordering to favor `/` characters
Maxime Coste
[prev]
[next]