diff options
| author | Frank Fischer <frank-fischer@shadow-soft.de> | 2014-08-03 18:30:54 +0200 |
|---|---|---|
| committer | Frank Fischer <frank-fischer@shadow-soft.de> | 2014-08-03 18:30:54 +0200 |
| commit | eae1edfef89fc54fde0301cc0cf802415e88708e (patch) | |
| tree | c272047020dd2391a9c7a97b1a0bb687b2c6e853 | |
| parent | 1d8314c43d5919eb98bc0bf7c9411fc9f12b9e50 (diff) | |
evil-macros.el: fix indentation
| -rw-r--r-- | evil-macros.el | 6 |
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 |
