summaryrefslogtreecommitdiff
path: root/src/commands.cc
AgeCommit message (Expand)Author
2025-07-08Replace on_scope_end with CTAD with OnScopeEnd directlyMaxime Coste
2025-07-08Replace std::unique_ptr with a custom implementationMaxime Coste
2025-07-08Remove uses of Regex in BufferManager by taking a more general filterMaxime Coste
2025-06-03Support '*' and comma separated list for exec/eval -client switchMaxime Coste
2025-06-03Refactor context_wrap use a context_wrap_for_context lambdaMaxime Coste
2025-03-24Fix prompt history recording when using mapped keysJohannes Altmanninger
2025-03-24Default InputHandler::handle_key() synthesized argumentJohannes Altmanninger
2025-03-22Merge remote-tracking branch 'lenormf/fix-user-mode-lock'Maxime Coste
2025-02-19Cleanup file.cc/hh dependenciesMaxime Coste
2025-02-16Revert "WIP history register"Maxime Coste
2025-02-10WIP history registerMaxime Coste
2024-12-09Print elapsed time when blocked on opening file for writingJohannes Altmanninger
2024-11-28Add back option to scroll in stdin buffersJohannes Altmanninger
2024-10-22Remove now unused CompletionFlagsMaxime Coste
2024-10-22Run shell-script-completions asynchronouslyMaxime Coste
2024-08-26Do not gather full input data in a single string when pipingMaxime Coste
2024-08-16include headers cleanupAdriĆ  Arrufat
2024-08-14Merge remote-tracking branch 'arrufat/support-double-underline'Maxime Coste
2024-08-12Move debug utils to debug.hh/debug.ccMaxime Coste
2024-08-04Add support for double underlineAdriĆ  Arrufat
2024-07-22Allow escaping commas in the -buffer argument to eval/execTobias Pisani
2024-07-22Handle word completion when recording macrosMaxime Coste
2024-06-24Add EnterDirectory hookPhilipp Jungkamp
2024-05-29Merge remote-tracking branch 'dontlaugh/debug_mapping_output'Maxime Coste
2024-05-22Add right hand side mapping to "debug mappings"Coleman McFarland
2024-04-29Add local scope to user commandsMaxime Coste
2024-04-27Add buffer -matching switchMaxime Coste
2024-04-19Use a nested command completer for the evaluate-commands commandMaxime Coste
2024-04-19Complete complete-command completer typeMaxime Coste
2024-04-12Introduce "local" scope in evaluate-commandsMaxime Coste
2024-03-27Add SessionRenamed hookTobias Pisani
2024-03-15Fail "define-command -menu" unless a completer is givenJohannes Altmanninger
2024-02-28Use a size_t :debug memory total to avoid overflowMaxime Coste
2023-12-02ranked match: prefer input order over alphabetical order for user-specified c...Johannes Altmanninger
2023-11-20rc tools menu: replace menu builtin with a prompt-based implementationJohannes Altmanninger
2023-11-15Do not use range adaptor to gather ranked matchesMaxime Coste
2023-11-14Make shell-script-candidates completer run in the backgroundMaxime Coste
2023-11-14Use a separate copy of the command completer for each completionMaxime Coste
2023-11-03Use explicit target types for gather calls to bypass clang regressionMaxime Coste
2023-09-26Add a daemonize-session command and refactor local client handlingMaxime Coste
2023-08-27Remove Window::force_redraw()Maxime Coste
2023-08-13Add a ProfileScope helper class to replace most profiling usesMaxime Coste
2023-07-20Allow map/unmap during mapping executionJohannes Altmanninger
2023-06-17Rename "disable_history" stack state to "noninteractive"Johannes Altmanninger
2023-05-29Refactor KeymapManager to enfore setting is_executing on key iterationMaxime Coste
2023-05-25unmap: fail if the mapping is currently executingJohannes Altmanninger
2023-05-21Fix warnings with gcc-13Maxime Coste
2023-03-14Cleanup and speed up test runnerMaxime Coste
2023-02-17Complete arguments to "echo -to-file"Johannes Altmanninger
2023-02-14Immediately execute ModuleLoaded hooks for already loaded modulesMaxime Coste