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 131530a commit 77111e2Copy full SHA for 77111e2
2 files changed
src/option.c
@@ -807,7 +807,7 @@ free_all_options(void)
807
else if (options[i].var != VAR_WIN
808
&& (options[i].flags & P_STRING))
809
// buffer-local option: free global value
810
- free_string_option(*(char_u **)options[i].var);
+ clear_string_option((char_u **)options[i].var);
811
}
812
813
#endif
src/version.c
@@ -755,6 +755,8 @@ static char *(features[]) =
755
756
static int included_patches[] =
757
{ /* Add new patch number below this line */
758
+/**/
759
+ 3246,
760
/**/
761
3245,
762
0 commit comments