bump: :editor evil
cute-jumper/evil-embrace.el@7b5a539cfe -> cute-jumper/evil-embrace.el@3081d37811 emacs-evil/evil-collection@aaf3e0038e -> emacs-evil/evil-collection@1ad283f5b7 emacs-evil/evil-surround@f273821f57 -> emacs-evil/evil-surround@8fad8540c4 emacs-evil/evil@2ce03d412c -> emacs-evil/evil@60ba716bf5 mamapanda/evil-traces@290b532354 -> mamapanda/evil-traces@d4c53bd6ad redguardtoo/evil-nerd-commenter@8c0f23d46a -> redguardtoo/evil-nerd-commenter@3b197a2b55 Ref: mamapanda/evil-traces#5 Ref: cute-jumper/evil-embrace.el#10
This commit is contained in:
parent
ea616350c7
commit
21df7d0beb
4 changed files with 18 additions and 39 deletions
|
@ -64,7 +64,7 @@ PATTERN is a vim-style regexp. FLAGS is an optional string of characters.
|
|||
Supports the following flags:
|
||||
|
||||
g Repeat alignment on all matches in each line"
|
||||
(interactive "<r><//>")
|
||||
(interactive "<r></>")
|
||||
(align-regexp
|
||||
beg end
|
||||
(concat "\\(\\s-*\\)" (evil-transform-vim-style-regexp pattern))
|
||||
|
@ -78,7 +78,7 @@ PATTERN is a vim-style regexp. FLAGS is an optional string of characters.
|
|||
Supports the following flags:
|
||||
|
||||
g Repeat alignment on all matches in each line"
|
||||
(interactive "<r><//>")
|
||||
(interactive "<r></>")
|
||||
(align-regexp
|
||||
beg end
|
||||
(concat "\\(" (evil-transform-vim-style-regexp pattern) "\\)")
|
||||
|
@ -86,7 +86,7 @@ g Repeat alignment on all matches in each line"
|
|||
|
||||
;; ;;;###autoload (autoload '+evil:sort "editor/evil/autoload/ex" nil nil)
|
||||
;; (evil-define-command +evil:sort (beg end &optional pattern flags reverse)
|
||||
;; (interactive "<r><//><!>"))
|
||||
;; (interactive "<r></><!>"))
|
||||
|
||||
;;;###autoload (autoload '+evil:open-scratch-buffer "editor/evil/autoload/ex" nil t)
|
||||
(evil-define-operator +evil:open-scratch-buffer (bang)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue