Remove obsolete stuffs
This commit is contained in:
13
bin/cmder/vendor/clink-completions/modules/clink_version.lua
vendored
Normal file
13
bin/cmder/vendor/clink-completions/modules/clink_version.lua
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
local exports = {}
|
||||
|
||||
-- Busted runs these modules scripts *outside* of Clink.
|
||||
-- So these Clink scripts have to work without any Clink APIs being available.
|
||||
clink = clink or {}
|
||||
|
||||
local clink_version_encoded = clink.version_encoded or 0
|
||||
|
||||
exports.supports_display_filter_description = (clink_version_encoded >= 10010012)
|
||||
exports.supports_color_settings = (clink_version_encoded >= 10010009)
|
||||
exports.supports_query_rl_var = (clink_version_encoded >= 10010009)
|
||||
|
||||
return exports
|
||||
Reference in New Issue
Block a user