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
2025-07-08
Replace on_scope_end with CTAD with OnScopeEnd directly
Maxime Coste
2025-07-08
Replace std::unique_ptr with a custom implementation
Maxime Coste
2025-07-08
Remove uses of Regex in BufferManager by taking a more general filter
Maxime Coste
2025-06-03
Support '*' and comma separated list for exec/eval -client switch
Maxime Coste
2025-06-03
Refactor context_wrap use a context_wrap_for_context lambda
Maxime Coste
2025-03-24
Fix prompt history recording when using mapped keys
Johannes Altmanninger
2025-03-24
Default InputHandler::handle_key() synthesized argument
Johannes Altmanninger
2025-03-22
Merge remote-tracking branch 'lenormf/fix-user-mode-lock'
Maxime Coste
2025-02-19
Cleanup file.cc/hh dependencies
Maxime Coste
2025-02-16
Revert "WIP history register"
Maxime Coste
2025-02-10
WIP history register
Maxime Coste
2024-12-09
Print elapsed time when blocked on opening file for writing
Johannes Altmanninger
2024-11-28
Add back option to scroll in stdin buffers
Johannes Altmanninger
2024-10-22
Remove now unused CompletionFlags
Maxime Coste
2024-10-22
Run shell-script-completions asynchronously
Maxime Coste
2024-08-26
Do not gather full input data in a single string when piping
Maxime Coste
2024-08-16
include headers cleanup
AdriĆ Arrufat
2024-08-14
Merge remote-tracking branch 'arrufat/support-double-underline'
Maxime Coste
2024-08-12
Move debug utils to debug.hh/debug.cc
Maxime Coste
2024-08-04
Add support for double underline
AdriĆ Arrufat
2024-07-22
Allow escaping commas in the -buffer argument to eval/exec
Tobias Pisani
2024-07-22
Handle word completion when recording macros
Maxime Coste
2024-06-24
Add EnterDirectory hook
Philipp Jungkamp
2024-05-29
Merge remote-tracking branch 'dontlaugh/debug_mapping_output'
Maxime Coste
2024-05-22
Add right hand side mapping to "debug mappings"
Coleman McFarland
2024-04-29
Add local scope to user commands
Maxime Coste
2024-04-27
Add buffer -matching switch
Maxime Coste
2024-04-19
Use a nested command completer for the evaluate-commands command
Maxime Coste
2024-04-19
Complete complete-command completer type
Maxime Coste
2024-04-12
Introduce "local" scope in evaluate-commands
Maxime Coste
2024-03-27
Add SessionRenamed hook
Tobias Pisani
2024-03-15
Fail "define-command -menu" unless a completer is given
Johannes Altmanninger
2024-02-28
Use a size_t :debug memory total to avoid overflow
Maxime Coste
2023-12-02
ranked match: prefer input order over alphabetical order for user-specified c...
Johannes Altmanninger
2023-11-20
rc tools menu: replace menu builtin with a prompt-based implementation
Johannes Altmanninger
2023-11-15
Do not use range adaptor to gather ranked matches
Maxime Coste
2023-11-14
Make shell-script-candidates completer run in the background
Maxime Coste
2023-11-14
Use a separate copy of the command completer for each completion
Maxime Coste
2023-11-03
Use explicit target types for gather calls to bypass clang regression
Maxime Coste
2023-09-26
Add a daemonize-session command and refactor local client handling
Maxime Coste
2023-08-27
Remove Window::force_redraw()
Maxime Coste
2023-08-13
Add a ProfileScope helper class to replace most profiling uses
Maxime Coste
2023-07-20
Allow map/unmap during mapping execution
Johannes Altmanninger
2023-06-17
Rename "disable_history" stack state to "noninteractive"
Johannes Altmanninger
2023-05-29
Refactor KeymapManager to enfore setting is_executing on key iteration
Maxime Coste
2023-05-25
unmap: fail if the mapping is currently executing
Johannes Altmanninger
2023-05-21
Fix warnings with gcc-13
Maxime Coste
2023-03-14
Cleanup and speed up test runner
Maxime Coste
2023-02-17
Complete arguments to "echo -to-file"
Johannes Altmanninger
2023-02-14
Immediately execute ModuleLoaded hooks for already loaded modules
Maxime Coste
[next]