summaryrefslogtreecommitdiff
path: root/app-emacs/evil/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-04-06 22:33:41 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-04-06 22:33:41 +0100
commite68d405c5d712af4387159df07e226217bdda049 (patch)
tree009ab0f3d427f0813e62930d71802cb054c07e30 /app-emacs/evil/files
parent401101f9c8077911929d3f2b60a37098460a5d89 (diff)
gentoo resync : 06.04.2022
Diffstat (limited to 'app-emacs/evil/files')
-rw-r--r--app-emacs/evil/files/evil-1.14.0-emacs-28.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/app-emacs/evil/files/evil-1.14.0-emacs-28.patch b/app-emacs/evil/files/evil-1.14.0-emacs-28.patch
new file mode 100644
index 000000000000..eb54a125232c
--- /dev/null
+++ b/app-emacs/evil/files/evil-1.14.0-emacs-28.patch
@@ -0,0 +1,13 @@
+https://bugs.gentoo.org/836906
+
+--- evil-1.2.14/evil-ex.el
++++ evil-1.2.14/evil-ex.el
+@@ -592,7 +592,7 @@
+
+ (define-obsolete-function-alias
+ 'evil-ex-shell-command-completion-at-point
+- 'comint-completion-at-point)
++ 'comint-completion-at-point "")
+
+ (evil-ex-define-argument-type shell
+ "Shell argument type, supports completion."