forked from aniani/vim
patch 8.2.0829: filter() may give misleading error message
Problem: filter() may give misleading error message. Solution: Also mention Blob as an allowed argument.
This commit is contained in:
@@ -1768,7 +1768,7 @@ filter_map(typval_T *argvars, typval_T *rettv, int map)
|
||||
}
|
||||
else
|
||||
{
|
||||
semsg(_(e_listdictarg), ermsg);
|
||||
semsg(_(e_listdictblobarg), ermsg);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user