fix(git_branch): fix typo in action notification (#1966)
This commit is contained in:
committed by
GitHub
parent
328232e090
commit
cd9e6aaee0
@@ -604,7 +604,7 @@ actions.git_switch_branch = function(prompt_bufnr)
|
|||||||
selection.value,
|
selection.value,
|
||||||
table.concat(stderr, " ")
|
table.concat(stderr, " ")
|
||||||
),
|
),
|
||||||
level = "ERORR",
|
level = "ERROR",
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user