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.
2 parents 4f54a3d + 9f92886 commit 957bedaCopy full SHA for 957beda
src/option.c
@@ -3271,6 +3271,7 @@ static struct vimoption options[] =
3271
p_term("t_vi", T_VI)
3272
p_term("t_vs", T_VS)
3273
p_term("t_WP", T_CWP)
3274
+ p_term("t_GP", T_CGP)
3275
p_term("t_WS", T_CWS)
3276
p_term("t_xn", T_XN)
3277
p_term("t_xs", T_XS)
src/version.c
@@ -779,6 +779,8 @@ static char *(features[]) =
779
780
static int included_patches[] =
781
{ /* Add new patch number below this line */
782
+/**/
783
+ 563,
784
/**/
785
562,
786
0 commit comments