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 9681f71 commit 896ad2cCopy full SHA for 896ad2c
2 files changed
src/eval.c
@@ -791,7 +791,7 @@ get_lval(
791
listitem_T *ni;
792
char_u *key = NULL;
793
int len;
794
- hashtab_T *ht;
+ hashtab_T *ht = NULL;
795
int quiet = flags & GLV_QUIET;
796
797
// Clear everything in "lp".
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
+ 2028,
755
/**/
756
2027,
757
0 commit comments