vim-maktaba icon indicating copy to clipboard operation
vim-maktaba copied to clipboard

IsBool should handle v:true and v:false

Open flwyd opened this issue 3 years ago • 1 comments

maktaba#ensure#IsBool(v:true) currently throws a WrongType exception because the type of v:true and v:false is boolean rather than number. It seems to me that boolean values should be handled as well.

Additionally, the absence of maktaba#value#IsBool seems like a notable omission.

flwyd avatar Apr 23 '21 18:04 flwyd

Fair point, might as well accommodate those (and then bump maktaba's version so you could reliably depend on it).

dbarnett avatar Apr 25 '21 22:04 dbarnett