Small bug fixes (#298)
fix: List remote branches for merge targets (#293) fix: consider remote branches (#297) fix: Save popup contents to temp_registers (#294) This is a #PATCH release.
This commit is contained in:
committed by
GitHub
parent
0d0ed1639a
commit
816b87cf91
@@ -63,7 +63,7 @@ M.summary = function()
|
||||
description_popup,
|
||||
M.edit_summary,
|
||||
miscellaneous.attach_file,
|
||||
{ cb = exit, action_before_close = true }
|
||||
{ cb = exit, action_before_close = true, save_to_temp_register = true }
|
||||
)
|
||||
state.set_popup_keymaps(title_popup, M.edit_summary, nil, { cb = exit, action_before_close = true })
|
||||
state.set_popup_keymaps(info_popup, M.edit_summary, nil, { cb = exit, action_before_close = true })
|
||||
|
||||
Reference in New Issue
Block a user