We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 487687c commit b28d682Copy full SHA for b28d682
lua/neogit/popups/commit/actions.lua
@@ -33,12 +33,7 @@ local function confirm_modifications()
33
end
34
35
local function do_commit(popup, cmd)
36
- cmd.arg_list(popup:get_arguments())
37
- if config.values.commit_editor.fast then
38
- local message = vim.fn.input("Commit message: ")
39
- cmd.message(message)
40
- end
41
- client.wrap(cmd, {
+ client.wrap(cmd.arg_list(popup:get_arguments()), {
42
autocmd = "NeogitCommitComplete",
43
msg = {
44
success = "Committed",
0 commit comments