diff options
| author | Eivind Fonn <evfonn@gmail.com> | 2020-01-28 16:18:06 +0100 |
|---|---|---|
| committer | Eivind Fonn <evfonn@gmail.com> | 2020-01-28 16:18:06 +0100 |
| commit | f10f831749cebbbd4082d802c4c9710f68ffda07 (patch) | |
| tree | bf1f0036d9d698e81da613627cb85c89b1ac255f /evil-search.el | |
| parent | 94af4eafacb6b4664be75722f6f04ed65c8a5ef3 (diff) | |
Fix indentation
Diffstat (limited to 'evil-search.el')
| -rw-r--r-- | evil-search.el | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/evil-search.el b/evil-search.el index b25563f..1989cab 100644 --- a/evil-search.el +++ b/evil-search.el @@ -1047,11 +1047,11 @@ any error conditions." "Start command window with search history and current minibuffer content." (interactive) (let ((current (minibuffer-contents)) - (config (current-window-configuration))) - (select-window (minibuffer-selected-window) t) - (evil-command-window (cons current evil-ex-search-history) - (evil-search-prompt (eq evil-ex-search-direction 'forward)) - (apply-partially 'evil-ex-command-window-execute config)))) + (config (current-window-configuration))) + (select-window (minibuffer-selected-window) t) + (evil-command-window (cons current evil-ex-search-history) + (evil-search-prompt (eq evil-ex-search-direction 'forward)) + (apply-partially 'evil-ex-command-window-execute config)))) (defun evil-ex-search-goto-offset (offset) "Move point according to search OFFSET and set `evil-this-type' accordingly. |
