summaryrefslogtreecommitdiff
path: root/src/commands.cc
AgeCommit message (Expand)Author
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
2022-11-19Accept "cd dir/" again instead of using a subdirectoryJohannes Altmanninger
2022-11-10Merge remote-tracking branch 'krobelus/undo-selection-change'Maxime Coste
2022-11-04Remove wrong rejection of upper case mappings in goto modeMaxime Coste
2022-11-04Add -to-shell-script echo switchMaxime Coste
2022-10-16Allow to put switches after :write's positional argumentJohannes Altmanninger
2022-09-09Merge remote-tracking branch 'krobelus/embrace-menu-3'Maxime Coste
2022-09-09Merge remote-tracking branch 'krobelus/to-string'Maxime Coste
2022-09-09Merge remote-tracking branch 'krobelus/write-autoinfo'Maxime Coste
2022-09-09Merge remote-tracking branch 'krobelus/cleanup'Maxime Coste
2022-09-02Prepare to record selection changes as perceived by the userJohannes Altmanninger
2022-08-28Show write -force parameter only for commands that support itJohannes Altmanninger
2022-08-24Fix synopsis of write-quit commandsJohannes Altmanninger
2022-08-21Merge remote-tracking branch 'krobelus/set-remove-autoinfo'Maxime Coste
2022-08-20Add support for field width and digit grouping in formatMaxime Coste
2022-08-17Use make_array to avoid specifying the array sizeJohannes Altmanninger
2022-08-17Rename key_to_str() to the more idiomatic to_string()Johannes Altmanninger
2022-08-03Merge remote-tracking branch 'krobelus/history-in-mappings'Maxime Coste
2022-08-01Do not record prompt history when executing user mode mappingsJohannes Altmanninger
2022-08-01Show the default values for -save-regs in autoinfo of exec/evalJohannes Altmanninger
2022-08-01Fix typo in eval/exec codeJohannes Altmanninger
2022-07-30Use menu behavior for completing builtins where appropriateJohannes Altmanninger
2022-07-28Use menu behavior when completing change-directoryJohannes Altmanninger
2022-07-28Use menu behavior when completing scope argumentsJohannes Altmanninger