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
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
2022-11-19
Accept "cd dir/" again instead of using a subdirectory
Johannes Altmanninger
2022-11-10
Merge remote-tracking branch 'krobelus/undo-selection-change'
Maxime Coste
2022-11-04
Remove wrong rejection of upper case mappings in goto mode
Maxime Coste
2022-11-04
Add -to-shell-script echo switch
Maxime Coste
2022-10-16
Allow to put switches after :write's positional argument
Johannes Altmanninger
2022-09-09
Merge remote-tracking branch 'krobelus/embrace-menu-3'
Maxime Coste
2022-09-09
Merge remote-tracking branch 'krobelus/to-string'
Maxime Coste
2022-09-09
Merge remote-tracking branch 'krobelus/write-autoinfo'
Maxime Coste
2022-09-09
Merge remote-tracking branch 'krobelus/cleanup'
Maxime Coste
2022-09-02
Prepare to record selection changes as perceived by the user
Johannes Altmanninger
2022-08-28
Show write -force parameter only for commands that support it
Johannes Altmanninger
2022-08-24
Fix synopsis of write-quit commands
Johannes Altmanninger
2022-08-21
Merge remote-tracking branch 'krobelus/set-remove-autoinfo'
Maxime Coste
2022-08-20
Add support for field width and digit grouping in format
Maxime Coste
2022-08-17
Use make_array to avoid specifying the array size
Johannes Altmanninger
2022-08-17
Rename key_to_str() to the more idiomatic to_string()
Johannes Altmanninger
2022-08-03
Merge remote-tracking branch 'krobelus/history-in-mappings'
Maxime Coste
2022-08-01
Do not record prompt history when executing user mode mappings
Johannes Altmanninger
2022-08-01
Show the default values for -save-regs in autoinfo of exec/eval
Johannes Altmanninger
2022-08-01
Fix typo in eval/exec code
Johannes Altmanninger
2022-07-30
Use menu behavior for completing builtins where appropriate
Johannes Altmanninger
2022-07-28
Use menu behavior when completing change-directory
Johannes Altmanninger
2022-07-28
Use menu behavior when completing scope arguments
Johannes Altmanninger
[next]