summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-02-01Profile the time it takes to source a fileMaxime Coste
2018-01-31Change `m` to search until the end of the buffer instead of end of lineMaxime Coste
2018-01-31Do not strip whitespaces with '*'Maxime Coste
2018-01-30ncurses: change handling of <c-z> suspend to improve terminal stateMaxime Coste
2018-01-26Use '/' register as the default register for <a-k> and <a-K>Maxime Coste
2018-01-26Reset normal mode before hiding the reload buffer info boxMaxime Coste
2018-01-25Insert complete: Remove path info with one bufferaver-d
2018-01-24Support multiline selections in C/<a-C>Maxime Coste
2018-01-21Do not block when waiting for next event if we have pending inputMaxime Coste
2018-01-21Rename InputModeChange hook to ModeChangeMaxime Coste
2018-01-20Fallback to getpwuid in the unlikely case $HOME is underfinedMaxime Coste
2018-01-19Introduce a $kak_config env var containing the Kakoune user config dirMaxime Coste
2018-01-19Do not save last command/pipe/regex in register when history is disabledMaxime Coste
2018-01-18Use the _str and _sv string literals more oftenMaxime Coste
2018-01-15Slight code refactor in InputHandler::handle_keyMaxime Coste
2018-01-12Save/restore main selection from/to stringsMaxime Coste
2018-01-12Slight refactor of jump collapsing codeMaxime Coste
2018-01-12Merge remote-tracking branch 'Delapouite/print_status'Maxime Coste
2018-01-12Merge remote-tracking branch 'lenormf/fix-makefile'Maxime Coste
2018-01-11Remove extraneous face when clearing status lineDelapouite
2018-01-11src makefile: Abort compilation when `pkg-config` is not in PATHFrank LENORMAND
2018-01-11Small code style tweakMaxime Coste
2018-01-08Write new buffers even when unmodifiedMaxime Coste
2017-12-29Add information on InputModeChange hook in the startup messageMaxime Coste
2017-12-29Correctly set the NotBeginOfSubject/NotEndOfSubject flags for regex matchingMaxime Coste
2017-12-29Regex: Add a RegexExecFlags::NotEndOfSubject flagMaxime Coste
2017-12-21Add session name filtering for KakBegin hookDelapouite
2017-12-21Completion: Use a heap to gather the best matches instead of sortingMaxime Coste
2017-12-21Highlighter: In general, highlight replaced rangesMaxime Coste
2017-12-21InputHandler: Preserve no-hooks on insert mode from single command normal modeMaxime Coste
2017-12-18Introduce InputModeChange hookMaxime Coste
2017-12-17Use existing window reference in view modeDelapouite
2017-12-15Go back to getpwuid call to get user name from user idMaxime Coste
2017-12-15Window: avoid positionning window on a negative columnMaxime Coste
2017-12-12Make `edit` command work fine when running from an empty contextMaxime Coste
2017-12-12Detect invalid coordinates in selection_from_stringMaxime Coste
2017-12-09InsertCompleter: Respected ignored_filename option in filename completerMaxime Coste
2017-12-09Go back to getpwuid call on OSXMaxime Coste
2017-12-07Ranges: add unit test and fix corner case in split viewMaxime Coste
2017-12-07Tweak unescape template function to unescape the escape char as wellMaxime Coste
2017-12-06Remove Vector returning split functions, use range adaptorMaxime Coste
2017-12-06InsertCompleter: only accept words matching the target buffer word definitionMaxime Coste
2017-12-06RankedMatch: Make punctuation ordered *before* alphanumeric charactersMaxime Coste
2017-12-06Ensure that normal mode restores disabled hook status on disabledMaxime Coste
2017-12-04Replace uses of getpwuid which is incompatible with static linkingMaxime Coste
2017-12-03Text-Objects: Use regex to select surroundingsMaxime Coste
2017-12-03Regex: Introduce backward_regex_search helper functionMaxime Coste
2017-12-02Regex: make RegexIterator iterable and able to iter backwardsMaxime Coste
2017-12-01Regex: Support forward and backward matching code in the same CompiledRegexMaxime Coste
2017-12-01Regex: Do not allow private use codepoints literalsMaxime Coste