summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-04-06Make error messages more consistentDelapouite
2018-04-06Merge remote-tracking branch 'Delapouite/add'Maxime Coste
2018-04-06Make compute_display_setup methods constMaxime Coste
2018-04-05Docs: describe the -add switch of set-optionDelapouite
2018-04-05Add new buffers at the back of the buffer listMaxime Coste
2018-04-05Merge remote-tracking branch 'Delapouite/declare-option'Maxime Coste
2018-04-05Fix some trailing spaces and a tab that sneaked into the code baseMaxime Coste
2018-04-04Merge remote-tracking branch 'Delapouite/asciidoc'Maxime Coste
2018-04-04NCurses: Tolerate failure to open /dev/tty and to ioctl for resizeMaxime Coste
2018-04-04Prompt: add <a-!> to expand the typed expansions in current lineMaxime Coste
2018-04-04markdown.kak: Do not use regions for single/double ` spansMaxime Coste
2018-04-03Docs: fix asciidoc list formatting issueDelapouite
2018-04-03Merge remote-tracking branch 'Delapouite/fifo'Maxime Coste
2018-04-03Docs: add short mention about "named pipe" in fifo sectionDelapouite
2018-04-03coding-style.asciidoc: Update to C++14 and add a few more guidelinesMaxime Coste
2018-04-01Merge remote-tracking branch 'lenormf/fix-ncurses'Maxime Coste
2018-04-01Merge remote-tracking branch 'lenormf/fix-doc'Maxime Coste
2018-04-01Restore previous status line after notifying wait for shellMaxime Coste
2018-03-31src: Make code more readable, assert function calls that shouldn't failFrank LENORMAND
2018-03-31doc highlighters: Don't hardcode timestampsFrank LENORMAND
2018-03-30Support full redraws during shell execution and handle resize thereMaxime Coste
2018-03-30ctags.kak: Fix compatibility with OSX by using custom realpath implementationMaxime Coste
2018-03-30Revert "Simplify comment-line command using trimming primitive"Maxime Coste
2018-03-30Make set -add replace existing value when applied to a map optionMaxime Coste
2018-03-30Merge remote-tracking branch 'Delapouite/readme'Maxime Coste
2018-03-30Merge remote-tracking branch 'Delapouite/ctrl-u'Maxime Coste
2018-03-30make.kak: Fix Ninja compatibility for directory entering messagesMaxime Coste
2018-03-29Add status message when commiting an undo group in insert modeDelapouite
2018-03-29Docs: change rotation keys in READMEDelapouite
2018-03-28Merge remote-tracking branch 'Delapouite/on-key'Maxime Coste
2018-03-28Fix uninitialized m_empty_text StringView in LineEditorMaxime Coste
2018-03-28Fix typo in on-key command descriptionDelapouite
2018-03-28Merge remote-tracking branch 'Delapouite/comment'Maxime Coste
2018-03-27Simplify comment-line command using trimming primitiveDelapouite
2018-03-27Give more hints in "option not found" error.Delapouite
2018-03-27Docs: update trampoline with new rotation primitivesDelapouite
2018-03-27Merge remote-tracking branch 'Delapouite/docs'Maxime Coste
2018-03-27Support count in <a-s> to split on groups of n linesMaxime Coste
2018-03-27Docs: add missing `*` for -buffer switch of exec/evalDelapouite
2018-03-27Simplify command debug codeMaxime Coste
2018-03-27Prompt: Do not call callback in on_enabledMaxime Coste
2018-03-27Fix 'O' not putting the cursor on the correct lineMaxime Coste
2018-03-26Formatting fixMaxime Coste
2018-03-26Fix operator priority order errorMaxime Coste
2018-03-26Merge remote-tracking branch 'lenormf/fix-kakrc'Maxime Coste
2018-03-25Avoid visiting the same directory multiple times in insert filename completionMaxime Coste
2018-03-25Allow explicit filename completion with empty prefixMaxime Coste
2018-03-25Merge remote-tracking branch 'lenormf/fix-json-ui-doc'Maxime Coste
2018-03-25Merge remote-tracking branch 'lenormf/fix-d'Maxime Coste
2018-03-25doc json_ui: Document the `refresh` requestFrank LENORMAND