index
:
kakoune.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
commands.cc
Age
Commit message (
Expand
)
Author
2017-03-07
Replace uses of UnorderedMap with HashMap
Maxime Coste
2017-03-06
Introduce a custom HashMap implementation along with a quick benchmark
Maxime Coste
2017-03-03
Merge remote-tracking branch 'ekie/hook'
Maxime Coste
2017-03-03
Add docstring support for mappings, and use them in autoinfo
Maxime Coste
2017-03-01
Add `RawKey` to hook completion list
Eike Plack
2017-02-27
Small naming tweak
Maxime Coste
2017-02-19
Fix hook list in commands.cc
Maxime Coste
2017-02-15
Detect when -client, -buffer or -try-client are used at the same time
Maxime Coste
2017-02-14
Make numeric registers setable
Maxime Coste
2017-02-13
Fix RegisterRestorer not handling potential throws on register assign
Maxime Coste
2017-02-12
Add support for -on-change and -on-abort to prompt
Maxime Coste
2017-02-09
Merge remote-tracking branch 'Delapouite/decl-completer'
Maxime Coste
2017-02-09
Add command completer for types to declare-option
Delapouite
2017-02-09
Fix missing new line char in declare_option_cmd info
Delapouite
2017-02-03
Store shell-candidates completions in the Completion memory domain
Maxime Coste
2017-01-24
Fix shell context capture that was accessing dead parameters
Maxime Coste
2017-01-13
Propagate ShellContext custom env-vars through custom commands
Maxime Coste
2017-01-10
Merge remote-tracking branch 'alexherbo2/command-names'
Maxime Coste
2017-01-08
Apply clang-tidy modernize to the codebase
Maxime Coste
2017-01-06
Make the currently sourced file path available through $kak_source
Maxime Coste
2017-01-04
update command names
Alex Leferry 2
2016-12-27
Fix unmap 4th argument not being optional
Maxime Coste
2016-12-23
Skip debug buffer when cycling through the buffer list
Maxime Coste
2016-12-15
Fix :prompt command description
Delapouite
2016-11-29
Clean up includes of user_interface.hh
Maxime Coste
2016-11-28
Cleanup include dependencies a bit
Maxime Coste
2016-11-28
Add more memory domains to certain data
Maxime Coste
2016-11-27
:prompt and :onkey (renamed :on-key) now use values instead of registers
Maxime Coste
2016-11-24
Forward client name to contexts created for write-all
Maxime Coste
2016-11-23
Fix write_all_buffers when BufWrite... hooks create/delete buffers
Maxime Coste
2016-11-23
Rework ensure_all_buffers_are_saved to remove an unneeded Vector
Maxime Coste
2016-11-21
Add missing hooks to completion list and validate hook name in hook cmd
Maxime Coste
2016-11-20
Support completing hook names
Maxime Coste
2016-11-20
Fix PerArgumentCommandCompleter when completing the non first arg
Maxime Coste
2016-11-15
Continue command renaming to improve consistency
Maxime Coste
2016-11-14
Propagate the hooks disabled state through prompt, menu, and command execution
Maxime Coste
2016-11-14
Do a first phase of command renaming
Maxime Coste
2016-11-08
Add -save-regs defaults in the context wrap docstring
Maxime Coste
2016-10-31
Fix typo in write_cmd's desc
Nikolaus Wittenstein
2016-10-13
Always allow to delete a buffer, just recreate a scratch buffer if needed
Maxime Coste
2016-10-13
Do not expand filenames when doing insert filename completion
Maxime Coste
2016-10-11
Document the optional parameter of the `cd` command
Frank LENORMAND
2016-10-10
Convert some uses of lambda to more concise std::mem_fn
Maxime Coste
2016-10-06
Preserve shell context through eval command
Maxime Coste
2016-10-01
Change BufWritePre/BufWritePost logic
Maxime Coste
2016-10-01
Support codepoints of variable width
Maxime Coste
2016-09-26
Make hook disabling work for all hooks, not only user hooks
Maxime Coste
2016-09-19
Code cleanup in make_completer, use std::decay
Maxime Coste
2016-09-19
Add an unmap command to remove key mappings
Maxime Coste
2016-09-18
More command completer code cleanup
Maxime Coste
[prev]
[next]