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 ea58815 commit 9f92886Copy full SHA for 9f92886
src/option.c
@@ -3174,6 +3174,7 @@ static struct vimoption options[] =
3174
p_term("t_vi", T_VI)
3175
p_term("t_vs", T_VS)
3176
p_term("t_WP", T_CWP)
3177
+ p_term("t_GP", T_CGP)
3178
p_term("t_WS", T_CWS)
3179
p_term("t_xn", T_XN)
3180
p_term("t_xs", T_XS)
src/version.c
@@ -764,6 +764,8 @@ static char *(features[]) =
764
765
static int included_patches[] =
766
{ /* Add new patch number below this line */
767
+/**/
768
+ 563,
769
/**/
770
562,
771
0 commit comments