mirror of
https://github.com/wfxr/forgit.git
synced 2026-09-10 15:26:16 -04:00
refactor: remove command specific previews from PRIVATE_COMMANDS (#501)
These are no longer necessary due to the new `preview` function
This commit is contained in:
parent
f7e2d436de
commit
30aff90e30
|
|
@ -1555,36 +1555,19 @@ PUBLIC_COMMANDS=(
|
|||
)
|
||||
|
||||
PRIVATE_COMMANDS=(
|
||||
"add_preview"
|
||||
"blame_preview"
|
||||
"branch_preview"
|
||||
"checkout_commit_preview"
|
||||
"checkout_file_preview"
|
||||
"cherry_pick_from_branch_preview"
|
||||
"cherry_pick_preview"
|
||||
"clean_preview"
|
||||
"diff_enter"
|
||||
"exec_show"
|
||||
"file_preview"
|
||||
"path_preview"
|
||||
"preview"
|
||||
"revert_preview"
|
||||
"reset_head_preview"
|
||||
"show_enter"
|
||||
"show_preview"
|
||||
"stash_push_preview"
|
||||
"stash_show_enter"
|
||||
"stash_show_preview"
|
||||
"yank_sha"
|
||||
"yank_stash_name"
|
||||
"log_preview"
|
||||
"log_enter"
|
||||
"exec_diff"
|
||||
"diff_view"
|
||||
"edit_diffed_file"
|
||||
"edit_add_file"
|
||||
"pager"
|
||||
"worktree_preview"
|
||||
"worktree_yank_path"
|
||||
"worktree_toggle_lock"
|
||||
"worktree_list"
|
||||
|
|
|
|||
Loading…
Reference in a new issue