Files
telescope.nvim/lua/telescope/builtin
Christoph BlessingandSimon Hauser 7a84733b8f fix: error due to concatenating table to string (#2108)
This commit fixes a bug that lead to an error because we tried to
concatenate a table (`err`) to a string. Now we concatenate
`err.message` (a string) to the string.

(cherry picked from commit 2e05e63cdf)
2022-08-01 18:29:43 +02:00
..