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 137c14b commit 86ec6d7Copy full SHA for 86ec6d7
2 files changed
src/getchar.c
@@ -5269,7 +5269,7 @@ static struct initmap
5269
{(char_u *)"\316\325 \"*y", VIS_SEL}, /* CTRL-Insert is "*y */
5270
{(char_u *)"\316\327 \"*d", VIS_SEL}, /* SHIFT-Del is "*d */
5271
{(char_u *)"\316\330 \"*d", VIS_SEL}, /* CTRL-Del is "*d */
5272
- {(char_u *)"\030 \"-d", VIS_SEL}, /* CTRL-X is "-d */
+ {(char_u *)"\030 \"*d", VIS_SEL}, /* CTRL-X is "*d */
5273
# else
5274
{(char_u *)"\316\324 P", NORMAL}, /* SHIFT-Insert is P */
5275
{(char_u *)"\316\324 \"-dP", VIS_SEL}, /* SHIFT-Insert is "-dP */
src/version.c
@@ -771,6 +771,8 @@ static char *(features[]) =
771
772
static int included_patches[] =
773
{ /* Add new patch number below this line */
774
+/**/
775
+ 1185,
776
/**/
777
1184,
778
0 commit comments