aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--evil-common.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/evil-common.el b/evil-common.el
index a9d6cd3..2bc0d51 100644
--- a/evil-common.el
+++ b/evil-common.el
@@ -1886,7 +1886,7 @@ closer if MOVE is non-nil."
with regard to indentation."
(evil-narrow-to-field
(evil-move-beginning-of-line)
- (insert "\n")
+ (newline)
(forward-line -1)
(back-to-indentation)))
@@ -1895,7 +1895,7 @@ with regard to indentation."
with regard to indentation."
(evil-narrow-to-field
(evil-move-end-of-line)
- (insert "\n")
+ (newline)
(back-to-indentation)))
;;; Markers