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 e4862a0 commit 9618a25Copy full SHA for 9618a25
2 files changed
src/ex_docmd.c
@@ -8653,9 +8653,8 @@ eval_vars(
8653
#ifdef FEAT_EVAL
8654
// "%%" alternate file
8655
off = 1;
8656
- // FALLTHROUGH
8657
#endif
8658
-
+ // FALLTHROUGH
8659
case SPEC_HASH: // '#' or "#99": alternate file
8660
if (off == 0 ? src[1] == '#' : src[2] == '%')
8661
{
src/version.c
@@ -750,6 +750,8 @@ static char *(features[]) =
750
751
static int included_patches[] =
752
{ /* Add new patch number below this line */
753
+/**/
754
+ 2232,
755
/**/
756
2231,
757
0 commit comments