summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-06-09Fix bug in word completerMaxime Coste
2017-06-09Proper linear time insert completion insertionMaxime Coste
2017-06-09Rework partial line display logicMaxime Coste
2017-06-09rc jedi: Don't create an unused debug/log fileFrank LENORMAND
2017-06-09rc: Fix calls to `mktemp`Frank LENORMAND
2017-06-09Add some unit tests for horizontal scrolling with tabulationsMaxime Coste
2017-06-09Add horizontal/vertical scrolling display testsMaxime Coste
2017-06-09Rename 'unit' test directory to 'normal' as they are the normal mode testsMaxime Coste
2017-06-09More explicit and simpler codeMaxime Coste
2017-06-08Add AlacrittyAlex Leferry 2
2017-06-08Remove spurious double underscoreMaxime Coste
2017-06-08Do not show startup info when piping into kakMaxime Coste
2017-06-08Fix quadratic behaviour in when selecting an insert completionMaxime Coste
2017-06-08Disable idle timers on all transient contextsMaxime Coste
2017-06-08Merge remote-tracking branch 'Delapouite/rotate-forward'Maxime Coste
2017-06-08Add `-width <max_width>` support in the wrap highlighterMaxime Coste
2017-06-07Move variable closer to its point of useMaxime Coste
2017-06-07Filter debug buffers before creating the SafePtr vector in -buffer *Maxime Coste
2017-06-07Do not disable incsearch option in context wrapMaxime Coste
2017-06-07Only trigger PromptEvent::Change on idleMaxime Coste
2017-06-07Use microseconds instead of milliseconds for built-in profilingMaxime Coste
2017-06-07Run BufCreate hook *before* Buf{Open,New}FileMaxime Coste
2017-06-07Use range based find_if wrapper for finding shell env varsMaxime Coste
2017-06-07Change merge_overlapping to guarantee we dont break the sortingMaxime Coste
2017-06-07Fix memory errors due to sharing the MatchResults in the Hooks structMaxime Coste
2017-06-07Remove unneeded unknown_expand exception typeMaxime Coste
2017-06-07Use range based accumulate wrapper instead of std::accumulateMaxime Coste
2017-06-07Do not allow whitespaces as % string delimitersMaxime Coste
2017-06-07Fix missing hook removal command in c-family.kakMaxime Coste
2017-06-07Move hook executing logic into HookManagerMaxime Coste
2017-06-07Avoid expensive copies of Hooks in HookManager::run_hooksMaxime Coste
2017-06-07Move NestedBool to utils.hhMaxime Coste
2017-06-07Small style tweakMaxime Coste
2017-06-07noexcept-ify utf8::iterator methodsMaxime Coste
2017-06-07noexept-ify BufferIterator methodsMaxime Coste
2017-06-07Fix useles copy of hook_func in HookManager::add_hook parameterMaxime Coste
2017-06-07Use String default ctor instead of empty stringMaxime Coste
2017-06-07Use a vector instead of a hash map to store hooksMaxime Coste
2017-06-07Clarify rotation direction between <'> and <a-'> in info helpDelapouite
2017-06-07Merge remote-tracking branch 'Delapouite/underscore'Maxime Coste
2017-06-07Merge remote-tracking branch 'Delapouite/buf_line_count'Maxime Coste
2017-06-07Merge remote-tracking branch 'Delapouite/view-count'Maxime Coste
2017-06-06Expose kak_buf_line_countDelapouite
2017-06-06Add underscore char as a valid punctuation for text-object pairsDelapouite
2017-06-06Remember previous NormalParams::count in view-lock modeDelapouite
2017-06-06Fix spurious copies being made when using the format functionMaxime Coste
2017-06-04Revert "doc: Fix the documentation of the `alt_dirs` option"Frank LENORMAND
2017-06-04Log errors written to the status line inside the debug buffer as wellMaxime Coste
2017-06-04Improve readability of command docstrings by changing formattingMaxime Coste
2017-06-04Change RankedMatch ordering to favor `/` charactersMaxime Coste