summaryrefslogtreecommitdiff
path: root/src/commands.cc
AgeCommit message (Expand)Author
2017-03-07Replace uses of UnorderedMap with HashMapMaxime Coste
2017-03-06Introduce a custom HashMap implementation along with a quick benchmarkMaxime Coste
2017-03-03Merge remote-tracking branch 'ekie/hook'Maxime Coste
2017-03-03Add docstring support for mappings, and use them in autoinfoMaxime Coste
2017-03-01Add `RawKey` to hook completion listEike Plack
2017-02-27Small naming tweakMaxime Coste
2017-02-19Fix hook list in commands.ccMaxime Coste
2017-02-15Detect when -client, -buffer or -try-client are used at the same timeMaxime Coste
2017-02-14Make numeric registers setableMaxime Coste
2017-02-13Fix RegisterRestorer not handling potential throws on register assignMaxime Coste
2017-02-12Add support for -on-change and -on-abort to promptMaxime Coste
2017-02-09Merge remote-tracking branch 'Delapouite/decl-completer'Maxime Coste
2017-02-09Add command completer for types to declare-optionDelapouite
2017-02-09Fix missing new line char in declare_option_cmd infoDelapouite
2017-02-03Store shell-candidates completions in the Completion memory domainMaxime Coste
2017-01-24Fix shell context capture that was accessing dead parametersMaxime Coste
2017-01-13Propagate ShellContext custom env-vars through custom commandsMaxime Coste
2017-01-10Merge remote-tracking branch 'alexherbo2/command-names'Maxime Coste
2017-01-08Apply clang-tidy modernize to the codebaseMaxime Coste
2017-01-06Make the currently sourced file path available through $kak_sourceMaxime Coste
2017-01-04update command namesAlex Leferry 2
2016-12-27Fix unmap 4th argument not being optionalMaxime Coste
2016-12-23Skip debug buffer when cycling through the buffer listMaxime Coste
2016-12-15Fix :prompt command descriptionDelapouite
2016-11-29Clean up includes of user_interface.hhMaxime Coste
2016-11-28Cleanup include dependencies a bitMaxime Coste
2016-11-28Add more memory domains to certain dataMaxime Coste
2016-11-27:prompt and :onkey (renamed :on-key) now use values instead of registersMaxime Coste
2016-11-24Forward client name to contexts created for write-allMaxime Coste
2016-11-23Fix write_all_buffers when BufWrite... hooks create/delete buffersMaxime Coste
2016-11-23Rework ensure_all_buffers_are_saved to remove an unneeded VectorMaxime Coste
2016-11-21Add missing hooks to completion list and validate hook name in hook cmdMaxime Coste
2016-11-20Support completing hook namesMaxime Coste
2016-11-20Fix PerArgumentCommandCompleter when completing the non first argMaxime Coste
2016-11-15Continue command renaming to improve consistencyMaxime Coste
2016-11-14Propagate the hooks disabled state through prompt, menu, and command executionMaxime Coste
2016-11-14Do a first phase of command renamingMaxime Coste
2016-11-08Add -save-regs defaults in the context wrap docstringMaxime Coste
2016-10-31Fix typo in write_cmd's descNikolaus Wittenstein
2016-10-13Always allow to delete a buffer, just recreate a scratch buffer if neededMaxime Coste
2016-10-13Do not expand filenames when doing insert filename completionMaxime Coste
2016-10-11Document the optional parameter of the `cd` commandFrank LENORMAND
2016-10-10Convert some uses of lambda to more concise std::mem_fnMaxime Coste
2016-10-06Preserve shell context through eval commandMaxime Coste
2016-10-01Change BufWritePre/BufWritePost logicMaxime Coste
2016-10-01Support codepoints of variable widthMaxime Coste
2016-09-26Make hook disabling work for all hooks, not only user hooksMaxime Coste
2016-09-19Code cleanup in make_completer, use std::decayMaxime Coste
2016-09-19Add an unmap command to remove key mappingsMaxime Coste
2016-09-18More command completer code cleanupMaxime Coste