Skip to content

Commit

Permalink
Fix(VIM-3095): Fix missing ellipsis digraph
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPl292 committed Oct 11, 2023
1 parent 236ca36 commit 26f48c5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1085,6 +1085,7 @@ public abstract class VimDigraphGroupBase() : VimDigraphGroup {
'/', '-', '\u2020', // DAGGER
'/', '=', '\u2021', // DOUBLE DAGGER
'.', '.', '\u2025', // TWO DOT LEADER
',', '.', '\u2026', // ELLIPSIS
'%', '0', '\u2030', // PER MILLE SIGN
'1', '\'', '\u2032', // PRIME
'2', '\'', '\u2033', // DOUBLE PRIME
Expand Down

0 comments on commit 26f48c5

Please sign in to comment.