We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7a8dfe commit 816e766Copy full SHA for 816e766
2 files changed
src/digraph.c
@@ -1876,6 +1876,13 @@ static digr_T digraphdefault[] =
1876
{'f', 'l', 0xfb02},
1877
{'f', 't', 0xfb05},
1878
{'s', 't', 0xfb06},
1879
+
1880
+ /* extra alternatives, easier to remember */
1881
+ {'W', '`', 0x1e80},
1882
+ {'w', '`', 0x1e81},
1883
+ {'Y', '`', 0x1ef2},
1884
+ {'y', '`', 0x1ef3},
1885
1886
# endif /* FEAT_MBYTE */
1887
1888
/* Vim 5.x compatible digraphs that don't conflict with the above */
src/version.c
@@ -769,6 +769,8 @@ static char *(features[]) =
769
770
static int included_patches[] =
771
{ /* Add new patch number below this line */
772
+/**/
773
+ 749,
774
/**/
775
748,
776
0 commit comments