Function: magit-smerge-keep-current
magit-smerge-keep-current is an interactive and byte-compiled function
defined in magit-apply.el.
Signature
(magit-smerge-keep-current)
Documentation
Keep the current version of the conflict at point.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-apply.el
;;; Smerge Support
(defun magit-smerge-keep-current ()
"Keep the current version of the conflict at point."
(interactive)
(magit-call-smerge #'smerge-keep-current))