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
/
command_manager.cc
Age
Commit message (
Expand
)
Author
2024-10-28
Only check for ascii horizontal blanks during command parsing
Maxime Coste
2024-10-22
Remove now unused CompletionFlags
Maxime Coste
2024-08-26
Do not gather full input data in a single string when piping
Maxime Coste
2024-08-12
Move debug utils to debug.hh/debug.cc
Maxime Coste
2023-11-14
Use a separate copy of the command completer for each completion
Maxime Coste
2023-11-11
small code cleanup
Maxime Coste
2023-11-03
Fix "%val{selections_desc}" being joined by nul instead of space
Johannes Altmanninger
2023-11-03
Use explicit target types for gather calls to bypass clang regression
Maxime Coste
2023-08-13
Add a ProfileScope helper class to replace most profiling uses
Maxime Coste
2023-05-04
Add support for recursive expansions with %exp{...}
Maxime Coste
2023-02-17
Complete arguments to "echo -to-file"
Johannes Altmanninger
2023-02-17
Do not complete redundant switches
Johannes Altmanninger
2023-02-17
Use parameter parser to skip switch args in completion
Johannes Altmanninger
2023-02-14
Immediately execute ModuleLoaded hooks for already loaded modules
Maxime Coste
2022-12-15
Support adding ByteCount to void/char pointers without casting
Maxime Coste
2022-08-01
Do not complete command switches after --
Johannes Altmanninger
2022-07-28
Merge remote-tracking branch 'krobelus/embrace-menu-2'
Maxime Coste
2022-07-28
Merge remote-tracking branch 'krobelus/prompt-completion-cut-at-cursor'
Maxime Coste
2022-07-21
Compute prompt completion only from characters left of the cursor
Johannes Altmanninger
2022-07-21
Complete double-quoted expansions in prompt mode
Johannes Altmanninger
2022-07-21
Use menu behavior for completion of switches
Johannes Altmanninger
2022-07-21
Offer "--" as completion when completing switches
Johannes Altmanninger
2022-05-30
Fix switch completion
Maxime Coste
2022-05-26
Filter out switches when completing commands
Maxime Coste
2022-05-05
Fix parsing of INT_MIN %arg
Maxime Coste
2022-03-08
Fix buffer overflow in parse_quoted
tomKPZ
2022-03-06
Add a complete-command command to configure command completion
Maxime Coste
2021-11-25
Templatize parse_quoted to avoid utf8 decoding with ascii delimiter
Maxime Coste
2021-11-21
More C++20 refactorings
Maxime Coste
2021-08-09
Restore prompt completion for "%opt{"
Johannes Altmanninger
2021-07-20
Generate different parse_quoted_balanced for each quote pair
Maxime Coste
2021-07-09
Remove command parsing Reader and just track a ParserState
Maxime Coste
2021-07-09
Avoid temporary vector in expand_token
Maxime Coste
2021-07-09
Avoid copying token content strings in expand_token
Maxime Coste
2021-06-24
Only compute command coordinates when necessary
Maxime Coste
2021-06-24
Fix invalid command profiling logic
Maxime Coste
2021-05-18
Fix completion past explicitely closed tokens
Maxime Coste
2021-03-31
Profile individual command runtime
Maxime Coste
2021-03-31
Tweak completion quoting behaviour once again
Maxime Coste
2021-03-02
Re-tweak command name completion behaviour
Maxime Coste
2021-02-25
Tweak requoting behaviour
Maxime Coste
2021-02-01
Fix resizing strings to -1 length
Maxime Coste
2021-01-02
command_manager: only remove last eol in %sh{} expansions
Cole Helbling
2020-11-18
Restore auto-select on return, add a flag to disable that for commands
Maxime Coste
2020-10-19
Auto-insert best completion on space for menu completions
Maxime Coste
2020-07-19
Code style tweaks
Maxime Coste
2020-06-16
A module is not loaded after failing during load
Maxime Coste
2020-06-01
Replace some tag dispatch with if constexpr
Maxime Coste
2020-03-13
Merge remote-tracking branch 'lenormf/fix-completion-escaping'
Maxime Coste
2020-03-13
Handle invalid utf8 in command line a bit better
Maxime Coste
[next]