Home
last modified time | relevance | path

Searched refs:e_listdictarg (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dlist.c2811 semsg(_(e_listdictarg), "count()"); in f_count()
2950 semsg(_(e_listdictarg), func_name); in extend()
H A Dglobals.h1691 EXTERN char e_listdictarg[] INIT(= N_("E712: Argument of %s must be a List or Dictionary")); variable
H A Devalfunc.c7209 semsg(_(e_listdictarg), domax ? "max()" : "min()"); in max_min()