summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-12-25Avoid non-POSIX ln -r switchMaxime Coste
2020-12-23commands: add "registers" subcommand to :debugCole Helbling
2020-12-22remove unused variable changes_trackerJean Abed
2020-12-22src: Catch “kill exceptions”’cleanlyFrank LENORMAND
2020-12-20Add Timer::disable() to be more explicit than set_next_date(TimePoint::max())Maxime Coste
2020-12-09Add a libexec/ directory and use it to find the kak commandMaxime Coste
2020-12-05Merge remote-tracking branch 'occivink/no-sel-remaining-alt-space'Maxime Coste
2020-12-03Throw no_selections_remaining when using <a-space>Olivier Perret
2020-12-01Avoid potential use after free of the mode nameMaxime Coste
2020-12-01Ensure InputModes are kept alive during their idle logicMaxime Coste
2020-11-22Merge remote-tracking branch 'AndrewVos/ignore-indent-on-line-completion'Maxime Coste
2020-11-20Ignore indent when completing linesAndrew Vos
2020-11-18Restore auto-select on return, add a flag to disable that for commandsMaxime Coste
2020-11-17Revert "Auto-insert prompt menu completions on <ret> if any text was entered"Maxime Coste
2020-11-11Merge remote-tracking branch '6112/msys2-wcwidth' into masterMaxime Coste
2020-11-07Fix performance issue with word completionMaxime Coste
2020-11-07Fix performance issue when pasting many selectionMaxime Coste
2020-11-02Handle reading from stdin returning 0Maxime Coste
2020-11-01Auto-insert prompt menu completions on <ret> if any text was enteredMaxime Coste
2020-10-31src/ncurses_ui.cc: Teach Kakoune about ctrl-symbol keys.Tim Allen
2020-10-27Replace `write -atomic` with `write -method <method>`Maxime Coste
2020-10-20Support explicit register for :, |, ! and $ commandsMaxime Coste
2020-10-20Disable auto-insertion of menu completion when no text was enteredMaxime Coste
2020-10-20Notify prompt completion changes in startup messageMaxime Coste
2020-10-19Fix wcwidth() compile error with MSYS2Nicolas Ouellet-payeur
2020-10-19Auto-insert best completion on space for menu completionsMaxime Coste
2020-10-19Allow quiting last client with unsaved buffer in daemon modeMaxime Coste
2020-10-19Remove the rename-client's nc aliasMaxime Coste
2020-10-19Merge remote-tracking branch 'm-kru/vhdl' into masterMaxime Coste
2020-10-19Add support for explicit completion in prompt modeMaxime Coste
2020-10-12Code cleanup in insert completerMaxime Coste
2020-10-12Fix region regexes incorrectly matching ^$ at end of lineMaxime Coste
2020-09-30Merge branch 'add-illumos' of http://github.com/luka-devnull/kakoune into masterMaxime Coste
2020-09-22Ensure that the capture group actually matched in select_matchesMaxime Coste
2020-09-18Add illumos/Solaris supportluka null
2020-09-09Add support for removing from optionsMaxime Coste
2020-09-01Kakoune 2020.09.01Maxime Coste
2020-08-30Trigger InsertCompletionHide hook when switching to explicit completionMaxime Coste
2020-08-30Fix face attributes to string conversion with F shorthandMaxime Coste
2020-08-18Clear inserted_ranges after updating insert completions candidatesMaxime Coste
2020-08-17Do not fork in daemon modeMaxime Coste
2020-08-08Rename DefinedHighlighters to SharedHighlightersMaxime Coste
2020-08-06Merge remote-tracking branch 'eraserhd/runtime-var'Maxime Coste
2020-08-04Override runtime by setting $KAKOUNE_RUNTIMEJason Felice
2020-08-04Kakoune 2020.08.04 startup infoMaxime Coste
2020-08-02Support count argument for [s and ]sJohannes Altmanninger
2020-08-02Support count argument for [p and ]pJohannes Altmanninger
2020-08-02Do not flush input buffer in UI creationMaxime Coste
2020-07-31Fix alpha of merged facesMaxime Coste
2020-07-21Do not trigger RegisterModified hooks on register about to be restoredMaxime Coste