From 06c0cdc07e4ca462f88e887a8119fad92dc34459 Mon Sep 17 00:00:00 2001 From: DeathAxe Date: Fri, 22 Jul 2022 18:28:06 +0200 Subject: [PATCH 1/2] Add show_panel argument completions --- .../builtin_commands_meta_data.yaml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/plugins/command_completions/builtin_commands_meta_data.yaml b/plugins/command_completions/builtin_commands_meta_data.yaml index 38cbfcc1..423e90c5 100644 --- a/plugins/command_completions/builtin_commands_meta_data.yaml +++ b/plugins/command_completions/builtin_commands_meta_data.yaml @@ -588,9 +588,16 @@ show_overlay: command_type: window doc_string: Show the overlay from the argument. show_panel: - args: - panel: - reverse: false + args: !!omap + - panel: incremental_find|find|replace|find_in_files + - pattern: "" + - replace_pattern: "" + - reverse: false + - regex: false + - in_selection: false + - whole_word: false + - highlight: true + - wrap: true command_type: window doc_string: Show the panel from the argument. show_progress_window: From 08c503165cf6fa6e255609b62b6a32c1087e3b65 Mon Sep 17 00:00:00 2001 From: DeathAxe Date: Sat, 23 Jul 2022 10:14:54 +0200 Subject: [PATCH 2/2] Add missing show_panel arguments --- plugins/command_completions/builtin_commands_meta_data.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/command_completions/builtin_commands_meta_data.yaml b/plugins/command_completions/builtin_commands_meta_data.yaml index 423e90c5..6475e86a 100644 --- a/plugins/command_completions/builtin_commands_meta_data.yaml +++ b/plugins/command_completions/builtin_commands_meta_data.yaml @@ -596,6 +596,8 @@ show_panel: - regex: false - in_selection: false - whole_word: false + - preserve_case: false, + - use_gitignore: true, - highlight: true - wrap: true command_type: window