mirror of
https://github.com/neovim/neovim.git
synced 2026-01-04 10:26:42 +10:00
docs: third-party licenses, TEST_COLORS, system() #15665
This commit is contained in:
@@ -3,7 +3,7 @@ local global_helpers = require('test.helpers')
|
||||
|
||||
-- Colors are disabled by default. #15610
|
||||
local colors = setmetatable({}, {__index = function() return function(s) return s end end})
|
||||
if os.getenv "NVIM_COLORS" then
|
||||
if os.getenv "TEST_COLORS" then
|
||||
colors = require 'term.colors'
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user