emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/evil-iedit-state 30fcfa96ce 26/32: Fix toggling unmatched


From: ELPA Syncer
Subject: [nongnu] elpa/evil-iedit-state 30fcfa96ce 26/32: Fix toggling unmatched lines with V keybinding
Date: Mon, 12 Dec 2022 20:59:26 -0500 (EST)

branch: elpa/evil-iedit-state
commit 30fcfa96ceebed0191337c493f5c2efc8ae090ad
Author: Dieter Komendera <dieter@komendera.com>
Commit: Sylvain Benner <sylvain.benner@gmail.com>

    Fix toggling unmatched lines with V keybinding
    
    iedit-show/hide-unmatched-lines was renamed to
    iedit-show/hide-context lines.
    
    See 
https://github.com/victorhge/iedit/commit/0c88144355d7a8b3dadb379ba2fb88ab4ce37880
---
 evil-iedit-state.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/evil-iedit-state.el b/evil-iedit-state.el
index 18ee08feed..8ec92df09c 100644
--- a/evil-iedit-state.el
+++ b/evil-iedit-state.el
@@ -222,7 +222,7 @@ the initial string globally."
 (define-key evil-iedit-state-map "p"   'evil-iedit-state/paste-replace)
 (define-key evil-iedit-state-map "s"   'evil-iedit-state/evil-substitute)
 (define-key evil-iedit-state-map "S"   'evil-iedit-state/substitute)
-(define-key evil-iedit-state-map "V"   'iedit-show/hide-unmatched-lines)
+(define-key evil-iedit-state-map "V"   'iedit-show/hide-context-lines)
 (define-key evil-iedit-state-map "U"   'iedit-upcase-occurrences)
 (define-key evil-iedit-state-map (kbd "C-U") 'iedit-downcase-occurrences)
 (define-key evil-iedit-state-map (kbd "C-g") 'evil-iedit-state/quit-iedit-mode)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]