@@ -754,11 +754,11 @@ static funcentry_T global_functions[] =
754754 {"synstack" , 2 , 2 , 0 , f_synstack },
755755 {"system" , 1 , 2 , FEARG_1 , f_system },
756756 {"systemlist" , 1 , 2 , FEARG_1 , f_systemlist },
757- {"tabpagebuflist" , 0 , 1 , 0 , f_tabpagebuflist },
757+ {"tabpagebuflist" , 0 , 1 , FEARG_1 , f_tabpagebuflist },
758758 {"tabpagenr" , 0 , 1 , 0 , f_tabpagenr },
759- {"tabpagewinnr" , 1 , 2 , 0 , f_tabpagewinnr },
759+ {"tabpagewinnr" , 1 , 2 , FEARG_1 , f_tabpagewinnr },
760760 {"tagfiles" , 0 , 0 , 0 , f_tagfiles },
761- {"taglist" , 1 , 2 , 0 , f_taglist },
761+ {"taglist" , 1 , 2 , FEARG_1 , f_taglist },
762762#ifdef FEAT_FLOAT
763763 {"tan" , 1 , 1 , FEARG_1 , f_tan },
764764 {"tanh" , 1 , 1 , FEARG_1 , f_tanh },
@@ -793,13 +793,13 @@ static funcentry_T global_functions[] =
793793 {"term_start" , 1 , 2 , 0 , f_term_start },
794794 {"term_wait" , 1 , 2 , 0 , f_term_wait },
795795#endif
796- {"test_alloc_fail" , 3 , 3 , 0 , f_test_alloc_fail },
796+ {"test_alloc_fail" , 3 , 3 , FEARG_1 , f_test_alloc_fail },
797797 {"test_autochdir" , 0 , 0 , 0 , f_test_autochdir },
798- {"test_feedinput" , 1 , 1 , 0 , f_test_feedinput },
799- {"test_garbagecollect_now" , 0 , 0 , 0 , f_test_garbagecollect_now },
800- {"test_garbagecollect_soon" , 0 , 0 , 0 , f_test_garbagecollect_soon },
801- {"test_getvalue" , 1 , 1 , 0 , f_test_getvalue },
802- {"test_ignore_error" , 1 , 1 , 0 , f_test_ignore_error },
798+ {"test_feedinput" , 1 , 1 , FEARG_1 , f_test_feedinput },
799+ {"test_garbagecollect_now" , 0 , 0 , 0 , f_test_garbagecollect_now },
800+ {"test_garbagecollect_soon" , 0 , 0 , 0 , f_test_garbagecollect_soon },
801+ {"test_getvalue" , 1 , 1 , FEARG_1 , f_test_getvalue },
802+ {"test_ignore_error" , 1 , 1 , FEARG_1 , f_test_ignore_error },
803803 {"test_null_blob" , 0 , 0 , 0 , f_test_null_blob },
804804#ifdef FEAT_JOB_CHANNEL
805805 {"test_null_channel" , 0 , 0 , 0 , f_test_null_channel },
@@ -811,16 +811,16 @@ static funcentry_T global_functions[] =
811811 {"test_null_list" , 0 , 0 , 0 , f_test_null_list },
812812 {"test_null_partial" , 0 , 0 , 0 , f_test_null_partial },
813813 {"test_null_string" , 0 , 0 , 0 , f_test_null_string },
814- {"test_option_not_set" , 1 , 1 , 0 , f_test_option_not_set },
815- {"test_override" , 2 , 2 , 0 , f_test_override },
816- {"test_refcount" , 1 , 1 , 0 , f_test_refcount },
814+ {"test_option_not_set" , 1 , 1 , FEARG_1 , f_test_option_not_set },
815+ {"test_override" , 2 , 2 , FEARG_2 , f_test_override },
816+ {"test_refcount" , 1 , 1 , FEARG_1 , f_test_refcount },
817817#ifdef FEAT_GUI
818- {"test_scrollbar" , 3 , 3 , 0 , f_test_scrollbar },
818+ {"test_scrollbar" , 3 , 3 , FEARG_2 , f_test_scrollbar },
819819#endif
820820#ifdef FEAT_MOUSE
821821 {"test_setmouse" , 2 , 2 , 0 , f_test_setmouse },
822822#endif
823- {"test_settime" , 1 , 1 , 0 , f_test_settime },
823+ {"test_settime" , 1 , 1 , FEARG_1 , f_test_settime },
824824#ifdef FEAT_TIMERS
825825 {"timer_info" , 0 , 1 , 0 , f_timer_info },
826826 {"timer_pause" , 2 , 2 , 0 , f_timer_pause },
0 commit comments