Merge pull request #2607 from Sorky/patch-4

menubar.utils.lua - remove "function is_format_supported" by making i…
This commit is contained in:
mergify[bot] 2019-01-24 20:03:20 +00:00 committed by GitHub
commit b0bfcea1a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -134,7 +134,6 @@ describe("menubar.utils lookup_icon_uncached", function()
assert.is_false(utils.lookup_icon_uncached('png')) -- file does not exist
assert.is_false(utils.lookup_icon_uncached('icon9')) -- file does not exist
end)
--]]
end)
-- vim: filetype=lua:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:textwidth=80