summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-08-28Expose client pid as $kak_client_pidMaxime Coste
2017-08-27doc: Add missing flags to the `debug` optionFrank LENORMAND
2017-08-27Fix wording in docs for goto commands (h,l,i)Ned Pummeroy
2017-08-26Merge remote-tracking branch 'lenormf/fix-html'Maxime Coste
2017-08-26rc base html: Highlight the DOCTYPE and tag attributesFrank LENORMAND
2017-08-26Merge remote-tracking branch 'danr/Improve-Haskell-highlighter'Maxime Coste
2017-08-26Merge remote-tracking branch 'blastrock/go-tools-error'Maxime Coste
2017-08-26Merge remote-tracking branch 'lenormf/faq'Maxime Coste
2017-08-25doc faq: Document the expansion of shell scopesFrank LENORMAND
2017-08-23editorconfig.kak: fix awk typoEnrico Lumetti
2017-08-23Fix String::Data copying/moving from selfMaxime Coste
2017-08-23Support specifying an exit status on `quit` commandsMaxime Coste
2017-08-23Optimize DisplayBuffer::optimize()Maxime Coste
2017-08-23Update startup infoMaxime Coste
2017-08-22Improve Haskell highlighterDan Rosén
2017-08-22Add build type (debug/release) in ":debug info" outputMaxime Coste
2017-08-21Show error when using go-jump and jq is not installedPhilippe Daouadi
2017-08-21Philippe Daouadi Copyright WaiverPhilippe Daouadi
2017-08-18Remove now trivial Selection::merge_with methodMaxime Coste
2017-08-18Change selection extension code to be simplerMaxime Coste
2017-08-18Revert "Change HashCompatible trait to a variable template"Maxime Coste
2017-08-18Respecify EnumDescs array sizes manually to workaround clang-3.6 bugMaxime Coste
2017-08-18Try to get make_array to compile with older compiler versionMaxime Coste
2017-08-17Merge branch 'patch-1' of git://github.com/Franciman/kakouneMaxime Coste
2017-08-15Add missing '&' to last exampleFrancesco Magliocca
2017-08-16Do not consider the 8th bit to mean Alt on keys that are mouse eventsMaxime Coste
2017-08-14Change HashCompatible trait to a variable templateMaxime Coste
2017-08-14Style tweak for regex codeMaxime Coste
2017-08-14Use decltype(auto) return type for some to_string functionsMaxime Coste
2017-08-12Remove size redundancy in enum_desc function declarationMaxime Coste
2017-08-12Remove redundant types inside Kakoune::AllocatorMaxime Coste
2017-08-07Merge remote-tracking branch 'Delapouite/single_param'Maxime Coste
2017-08-04Purge history on buffer reload when NoUndo flag is onMaxime Coste
2017-08-04Fix SafeCountable and RefCountable copy/move logicMaxime Coste
2017-08-03Change documentation directory towards $kak_runtime/docMaxime Coste
2017-08-02Merge remote-tracking branch 'Screwtapello/markdown-indent-fixes'Maxime Coste
2017-08-01Tim Allen Copyright WaiverTim Allen
2017-08-01Consecutive markdown list bullets are not a valid list prefix.Tim Allen
2017-08-01More tests for markdown autoindent.Tim Allen
2017-08-01Slight formatting tweakMaxime Coste
2017-07-29Check final cursor position in indent/c-family/indent-if-body testMaxime Coste
2017-07-29Fix grep-next/prev-match not jumping correctly to first/last matchMaxime Coste
2017-07-29Fix grep-jump on eolMaxime Coste
2017-07-28Use single_param for ParameterDesc when relevant in command descsDelapouite
2017-07-25Support values starting with `-` for in set-register commandMaxime Coste
2017-07-25Fix sakura termcmd setupMaxime Coste
2017-07-23Do not reject switch parameters starting with `-`Maxime Coste
2017-07-23Merge remote-tracking branch 'Delapouite/main_index'Maxime Coste
2017-07-23Limit diff algorithm complexityMaxime Coste
2017-07-20More cleanups in diff codeMaxime Coste