aboutsummaryrefslogtreecommitdiff
path: root/evil-macros.el
diff options
context:
space:
mode:
authorFrank Fischer <frank-fischer@shadow-soft.de>2014-08-03 18:30:54 +0200
committerFrank Fischer <frank-fischer@shadow-soft.de>2014-08-03 18:30:54 +0200
commiteae1edfef89fc54fde0301cc0cf802415e88708e (patch)
treec272047020dd2391a9c7a97b1a0bb687b2c6e853 /evil-macros.el
parent1d8314c43d5919eb98bc0bf7c9411fc9f12b9e50 (diff)
evil-macros.el: fix indentation
Diffstat (limited to 'evil-macros.el')
-rw-r--r--evil-macros.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/evil-macros.el b/evil-macros.el
index eb47317..57b75f9 100644
--- a/evil-macros.el
+++ b/evil-macros.el
@@ -384,9 +384,9 @@ if COUNT is positive, and to the left of it if negative.
(when (/= ,count 0)
(let ((type (evil-type ',object evil-visual-char))
(extend (and (evil-visual-state-p)
- (evil-get-command-property
- ',object :extend-selection
- ',(plist-get keys :extend-selection))))
+ (evil-get-command-property
+ ',object :extend-selection
+ ',(plist-get keys :extend-selection))))
(dir evil-visual-direction)
mark point range selection)
(cond