branch: elpa/evil commit 18908f4ec0e270bb39299eed7bd75cd00eede44c Author: Tom Dalziel <tom...@hotmail.com> Commit: Tom Dalziel <33435574+tomd...@users.noreply.github.com>
Bring evil-digraphs up to date with vim --- evil-digraphs.el | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/evil-digraphs.el b/evil-digraphs.el index 9baef3d600..7344bd9d00 100644 --- a/evil-digraphs.el +++ b/evil-digraphs.el @@ -718,7 +718,9 @@ See also `evil-digraphs-table'." ((?V ??) . ?\x1e7c) ((?v ??) . ?\x1e7d) ((?W ?!) . ?\x1e80) + ((?W ?`) . ?\x1e80) ((?w ?!) . ?\x1e81) + ((?w ?`) . ?\x1e81) ((?W ?') . ?\x1e82) ((?w ?') . ?\x1e83) ((?W ?:) . ?\x1e84) @@ -752,7 +754,9 @@ See also `evil-digraphs-table'." ((?U ?2) . ?\x1ee6) ((?u ?2) . ?\x1ee7) ((?Y ?!) . ?\x1ef2) + ((?Y ?`) . ?\x1ef2) ((?y ?!) . ?\x1ef3) + ((?y ?`) . ?\x1ef3) ((?Y ?2) . ?\x1ef6) ((?y ?2) . ?\x1ef7) ((?Y ??) . ?\x1ef8) @@ -788,7 +792,9 @@ See also `evil-digraphs-table'." ((?9 ?\") . ?\x201f) ((?/ ?-) . ?\x2020) ((?/ ?=) . ?\x2021) + ((?o ?o) . ?\x2022) ((?. ?.) . ?\x2025) + ((?, ?.) . ?\x2026) ((?% ?0) . ?\x2030) ((?1 ?') . ?\x2032) ((?2 ?') . ?\x2033) @@ -835,6 +841,8 @@ See also `evil-digraphs-table'." ((?W ?=) . ?\x20a9) ((?= ?e) . ?\x20ac) ((?E ?u) . ?\x20ac) + ((?= ?R) . ?\x20bd) + ((?= ?P) . ?\x20bd) ((?o ?C) . ?\x2103) ((?c ?o) . ?\x2105) ((?o ?F) . ?\x2109)