Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion plugins/command_completions/builtin_commands_meta_data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ show_overlay:
doc_string: Show the overlay from the argument.
show_panel:
args: !!omap
- panel: incremental_find|find|replace|find_in_files
- panel: incremental_find|find|replace|find_in_files|console
- pattern: ""
- replace_pattern: ""
- reverse: false
Expand All @@ -622,6 +622,8 @@ show_panel:
- use_gitignore: true,
- highlight: true
- wrap: true
- toggle: true
- toggle_when_not_focused: true
command_type: window
doc_string: Show the panel from the argument.
show_progress_window:
Expand Down