diff options
Diffstat (limited to 'src/digraph.c')
-rw-r--r-- | src/digraph.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/digraph.c b/src/digraph.c index 6a57d8a93..5e092c36f 100644 --- a/src/digraph.c +++ b/src/digraph.c @@ -1876,6 +1876,13 @@ static digr_T digraphdefault[] = {'f', 'l', 0xfb02}, {'f', 't', 0xfb05}, {'s', 't', 0xfb06}, + + /* extra alternatives, easier to remember */ + {'W', '`', 0x1e80}, + {'w', '`', 0x1e81}, + {'Y', '`', 0x1ef2}, + {'y', '`', 0x1ef3}, + # endif /* FEAT_MBYTE */ /* Vim 5.x compatible digraphs that don't conflict with the above */ |