Files
telescope.nvim/lua/telescope
chmnchiang 75a5e50653 fix(resolve): Check val not nil in resolve funcs (#2097)
We did not check `val ~= nil` in the resolve functions, so config like
`{ nil, max = 30 }` will throw a nil error. Also, if the config is `{
padding = _ }`, the logic relies on the function handling the padding is
iterated before the one handling min/max in the map, which is not always
guaranteed.

Fix the bug by adding nil check in the function handling min/max. Close
2022-08-01 18:13:06 +02:00
..
2022-07-01 18:13:25 +02:00
2021-09-13 21:49:13 +02:00
2022-07-12 09:46:51 +02:00
2022-07-07 08:27:46 +02:00