diff options
| author | Tom Dalziel <tom_dl@hotmail.com> | 2022-09-28 17:16:53 +0100 |
|---|---|---|
| committer | Tom Dalziel <33435574+tomdl89@users.noreply.github.com> | 2022-09-28 18:37:11 +0200 |
| commit | 18908f4ec0e270bb39299eed7bd75cd00eede44c (patch) | |
| tree | f12b5cc26d00f296d1d2fba80fe8992d639725aa | |
| parent | dba2fa9907cf096f5e615df2e8b0381b643d47ee (diff) | |
Bring evil-digraphs up to date with vim
| -rw-r--r-- | evil-digraphs.el | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/evil-digraphs.el b/evil-digraphs.el index 9baef3d..7344bd9 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) |
