]> granicus.if.org Git - vim/commitdiff
patch 8.0.0749: some unicode digraphs are hard to remember v8.0.0749
authorBram Moolenaar <Bram@vim.org>
Sat, 22 Jul 2017 18:42:04 +0000 (20:42 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 22 Jul 2017 18:42:04 +0000 (20:42 +0200)
Problem:    Some unicode digraphs are hard to remember.
Solution:   Add alternatives with a backtick. (Chris Harding, closes #1861)

src/digraph.c
src/version.c

index 6a57d8a93b97761f7cd537a29b2d4cb068d3c2cf..5e092c36f72bd5cf346f4d00e7e7167c21a56028 100644 (file)
@@ -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 */
index 0564b8ff491cae576e6284500d680dae5387f58f..486cd6fd02838cf6681f05c3ab04ee29e11097aa 100644 (file)
@@ -769,6 +769,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    749,
 /**/
     748,
 /**/