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 a713ff8 commit 3764076Copy full SHA for 3764076
src/option.c
@@ -1278,8 +1278,8 @@ static struct vimoption options[] =
1278
#endif
1279
SCRIPTID_INIT},
1280
{"foldmarker", "fmr", P_STRING|P_ALLOCED|P_VIM|P_VI_DEF|
1281
-#ifdef FEAT_FOLDING
1282
P_RWIN|P_ONECOMMA|P_NODUP,
+#ifdef FEAT_FOLDING
1283
(char_u *)VAR_WIN, PV_FMR,
1284
{(char_u *)"{{{,}}}", (char_u *)NULL}
1285
#else
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
+ 373,
769
/**/
770
372,
771
0 commit comments