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 9e63f61 commit 3f242a8Copy full SHA for 3f242a8
2 files changed
src/eval.c
@@ -21660,7 +21660,6 @@ handle_subscript(
21660
char_u *s;
21661
int len;
21662
typval_T functv;
21663
- partial_T *pt = NULL;
21664
21665
while (ret == OK
21666
&& (**arg == '['
@@ -21671,6 +21670,8 @@ handle_subscript(
21671
21670
{
21672
if (**arg == '(')
21673
+ partial_T *pt = NULL;
21674
+
21675
/* need to copy the funcref so that we can clear rettv */
21676
if (evaluate)
21677
src/version.c
@@ -748,6 +748,8 @@ static char *(features[]) =
748
749
static int included_patches[] =
750
{ /* Add new patch number below this line */
751
+/**/
752
+ 1590,
753
/**/
754
1589,
755
0 commit comments