forked from aniani/vim
patch 8.2.1571: Vim9: count() third argument cannot be "true"
Problem: Vim9: count() third argument cannot be "true". Solution: use tv_get_bool_chk(). (closes #6818)
This commit is contained in:
@@ -283,7 +283,6 @@ tv_get_bool(typval_T *varp)
|
||||
tv_get_bool_chk(typval_T *varp, int *denote)
|
||||
{
|
||||
return tv_get_bool_or_number_chk(varp, denote, TRUE);
|
||||
|
||||
}
|
||||
|
||||
#ifdef FEAT_FLOAT
|
||||
|
Reference in New Issue
Block a user