Skip to content

Commit

Permalink
Merge pull request #378 from deathaxe/pr/add-show-panel-arg-completions
Browse files Browse the repository at this point in the history
  • Loading branch information
FichteFoll authored Jul 24, 2022
2 parents 3c160a8 + 08c5031 commit 6252dee
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions plugins/command_completions/builtin_commands_meta_data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -588,9 +588,18 @@ 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
- preserve_case: false,
- use_gitignore: true,
- highlight: true
- wrap: true
command_type: window
doc_string: Show the panel from the argument.
show_progress_window:
Expand Down

0 comments on commit 6252dee

Please sign in to comment.