Skip to content

Commit 6252dee

Browse files
authored
Merge pull request #378 from deathaxe/pr/add-show-panel-arg-completions
2 parents 3c160a8 + 08c5031 commit 6252dee

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

plugins/command_completions/builtin_commands_meta_data.yaml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -588,9 +588,18 @@ show_overlay:
588588
command_type: window
589589
doc_string: Show the overlay from the argument.
590590
show_panel:
591-
args:
592-
panel:
593-
reverse: false
591+
args: !!omap
592+
- panel: incremental_find|find|replace|find_in_files
593+
- pattern: ""
594+
- replace_pattern: ""
595+
- reverse: false
596+
- regex: false
597+
- in_selection: false
598+
- whole_word: false
599+
- preserve_case: false,
600+
- use_gitignore: true,
601+
- highlight: true
602+
- wrap: true
594603
command_type: window
595604
doc_string: Show the panel from the argument.
596605
show_progress_window:

0 commit comments

Comments
 (0)