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 32a214e commit 4649dedCopy full SHA for 4649ded
2 files changed
src/eval.c
@@ -900,6 +900,7 @@ eval_init()
900
set_vim_var_nr(VV_SEARCHFORWARD, 1L);
901
set_vim_var_nr(VV_HLSEARCH, 1L);
902
set_vim_var_dict(VV_COMPLETED_ITEM, dict_alloc());
903
+ set_vim_var_list(VV_ERRORS, list_alloc());
904
set_reg_var(0); /* default for v:register is not 0 but '"' */
905
906
#ifdef EBCDIC
src/version.c
@@ -741,6 +741,8 @@ static char *(features[]) =
741
742
static int included_patches[] =
743
{ /* Add new patch number below this line */
744
+/**/
745
+ 950,
746
/**/
747
949,
748
0 commit comments