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 abbc448 commit 24a2d41Copy full SHA for 24a2d41
2 files changed
src/buffer.c
@@ -2153,6 +2153,7 @@ free_buf_options(
2153
#if defined(FEAT_CRYPT)
2154
clear_string_option(&buf->b_p_cm);
2155
#endif
2156
+ clear_string_option(&buf->b_p_fp);
2157
#if defined(FEAT_EVAL)
2158
clear_string_option(&buf->b_p_fex);
2159
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
+ 229,
769
/**/
770
228,
771
0 commit comments